AdaptiveCardInvokeAction interface
Defines the structure that arrives in the Activity.Value.Action for Invoke activity with Name of 'adaptiveCard/action'.
Properties
data | The Data of this adaptive card action invoke. |
id | The id of this Adaptive Card Invoke Action. |
type | The Type of this Adaptive Card Invoke Action. |
verb | The Verb of this adaptive card action invoke. |
Property Details
data
The Data of this adaptive card action invoke.
data: Record<string, unknown>
Property Value
Record<string, unknown>
id
The id of this Adaptive Card Invoke Action.
id: string
Property Value
string
type
The Type of this Adaptive Card Invoke Action.
type: string
Property Value
string
verb
The Verb of this adaptive card action invoke.
verb: string
Property Value
string