AdaptiveCardInvokeValue interface
Defines the structure that arrives in the Activity.Value for Invoke activity with Name of 'adaptiveCard/action'.
Properties
action | The AdaptiveCardInvokeAction of this adaptive card invoke action value. |
authentication | The AdaptiveCardAuthentication for this adaptive card invoke action value. |
state | The 'state' or magic code for an OAuth flow. |
Property Details
action
The AdaptiveCardInvokeAction of this adaptive card invoke action value.
action: AdaptiveCardInvokeAction
Property Value
authentication
The AdaptiveCardAuthentication for this adaptive card invoke action value.
authentication: AdaptiveCardAuthentication
Property Value
state
The 'state' or magic code for an OAuth flow.
state: string
Property Value
string