Share via


AdaptiveCardInvokeAction interface

Represents an adaptive card invoke action.

Properties

data

Additional data associated with the action.

id

The unique identifier of the action.

type

The type of the action.

verb

The verb associated with the action.

Property Details

data

Additional data associated with the action.

data: Record<string, any>

Property Value

Record<string, any>

id

The unique identifier of the action.

id?: string

Property Value

string

type

The type of the action.

type: string

Property Value

string

verb

The verb associated with the action.

verb: string

Property Value

string