Share via


AdaptiveCardInvokeAction Class

AdaptiveCardInvokeAction.

Defines the structure that arrives in the Activity.Value.Action for Invoke activity with name of 'adaptiveCard/action'.

Constructor

pydantic model AdaptiveCardInvokeAction

Parameters

Name Description
type
Required
str

The Type of this Adaptive Card Invoke Action.

id
Required
str

The Id of this Adaptive Card Invoke Action.

verb
Required
str

The Verb of this Adaptive Card Invoke Action.

data
Required

The data of this Adaptive Card Invoke Action.

Keyword-Only Parameters

Name Description
type
Default value: None
id
Default value: None
verb
Default value: None
data
Default value: None

Attributes

data

field data: Annotated[str, StringConstraints(strip_whitespace=None, to_upper=None, to_lower=None, strict=None, min_length=1, max_length=None, pattern=None)], object] = None

id

field id: str = None

type

field type: str = None

verb

field verb: str = None