AdaptiveCardInvokeResponse interface

Defines the structure that is returned as the result of an Invoke activity with Name of 'adaptiveCard/action'.

Properties

statusCode

The Card Action response status code.

type

The type of this response.

value

The json response object.

Property Details

statusCode

The Card Action response status code.

statusCode: number

Property Value

number

type

The type of this response.

type: string

Property Value

string

value

The json response object.

value: Record<string, unknown>

Property Value

Record<string, unknown>