SearchInvokeResponse interface
Represents the response of a search invoke request.
- Extends
Inherited Properties
| status |
The status code of the response. |
| type | The type of the response. |
| value | The value of the response. |
Inherited Property Details
statusCode
The status code of the response.
statusCode: number
Property Value
number
Inherited From AdaptiveCardInvokeResponse.statusCode
type
The type of the response.
type: string
Property Value
string
Inherited From AdaptiveCardInvokeResponse.type
value
The value of the response.
value: Record<string, unknown>
Property Value
Record<string, unknown>
Inherited From AdaptiveCardInvokeResponse.value