SuggestedActions Class

Definition

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.

Applies to