SearchInvokeResponse interface
定义作为调用活动的结果返回的结构,其名称为“application/search”。
- 扩展
继承属性
status |
卡片操作响应状态代码。 |
type | 此响应的类型。 |
value | json 响应对象。 |
继承属性详细信息
statusCode
type
value
json 响应对象。
value: Record<string, unknown>
属性值
Record<string, unknown>