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: numberProperty Value
number
type
The type of the response.
type: stringProperty Value
string
value
The value of the response.
value: Record<string, unknown>Property Value
Record<string, unknown>