SearchInvokeResponse interface
Defines the structure that is returned as the result of an Invoke activity with Name of 'application/search'.
- Extends
Inherited Properties
status |
The Card Action response status code. |
type | The type of this response. |
value | The json response object. |
Inherited Property Details
statusCode
The Card Action response status code.
statusCode: number
Property Value
number
Inherited From AdaptiveCardInvokeResponse.statusCode
type
The type of this response.
type: string
Property Value
string
Inherited From AdaptiveCardInvokeResponse.type
value
The json response object.
value: Record<string, unknown>
Property Value
Record<string, unknown>
Inherited From AdaptiveCardInvokeResponse.value