AdaptiveCardInvokeValue Class
AdaptiveCardInvokeResponse.
Defines the structure that arrives in the Activity.Value for Invoke activity with Name of 'adaptiveCard/action'.
Constructor
pydantic model AdaptiveCardInvokeValue
Parameters
| Name | Description |
|---|---|
|
action
Required
|
The action of this adaptive card invoke action value. |
|
authentication
Required
|
The TokenExchangeInvokeRequest for this adaptive card invoke action value. |
|
state
Required
|
The 'state' or magic code for an OAuth flow. |
Keyword-Only Parameters
| Name | Description |
|---|---|
|
action
|
Default value: None
|
|
authentication
|
Default value: None
|
|
state
|
Default value: None
|
Attributes
action
field action: AdaptiveCardInvokeAction = None
authentication
field authentication: TokenExchangeInvokeRequest = None
state
field state: str = None