AdaptiveCardInvokeValue interface
Represents the value of an adaptive card invoke request.
Properties
action | The action to be performed. |
authentication | The authentication information. |
state | The state of the adaptive card. |
Property Details
action
The action to be performed.
action: AdaptiveCardInvokeAction
Property Value
authentication
The authentication information.
authentication: AdaptiveCardAuthentication
Property Value
state
The state of the adaptive card.
state: string
Property Value
string