AdaptiveCardInvokeResponse interface
定义使用“adaptiveCard/action”名称的 Invoke 活动返回的结构。
属性
status |
卡片操作响应状态代码。 |
type | 此响应的类型。 |
value | json 响应对象。 |
属性详细信息
statusCode
卡片操作响应状态代码。
statusCode: number
属性值
number
type
此响应的类型。
type: string
属性值
string
value
json 响应对象。
value: Record<string, unknown>
属性值
Record<string, unknown>