AdaptiveCardInvokeResponse interface
Represents the response of an adaptive card invoke request.
Properties
status |
The status code of the response. |
type | The type of the response. |
value | The value of the response. |
Property Details
statusCode
The status code of the response.
statusCode: number
Property Value
number
type
The type of the response.
type: string
Property Value
string
value
The value of the response.
value: Record<string, unknown>
Property Value
Record<string, unknown>