SuggestedActions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SuggestedActions that can be performed.
public class SuggestedActions
type SuggestedActions = class
Public Class SuggestedActions
- Inheritance
-
SuggestedActions
Constructors
SuggestedActions() |
Initializes a new instance of the SuggestedActions class. |
SuggestedActions(IEnumerable<String>, IEnumerable<CardAction>) |
Initializes a new instance of the SuggestedActions class. |
SuggestedActions(IList<String>, IList<CardAction>) |
Initializes a new instance of the SuggestedActions class. |
Properties
Actions |
Gets or sets actions that can be shown to the user. |
To |
Gets or sets ids of the recipients that the actions should be shown to. These Ids are relative to the channelId and a subset of all recipients of the activity. |