InvokeResponseMessage interface
调用响应消息
属性
| data | 有效载荷数据。 |
| data |
有效载荷的数据类型。 |
| error | 如果调用失败,错误细节。 |
| invocation |
这个响应所针对的调用ID。 |
| kind | 消息类型。 |
| success | 表示召唤是否成功。 |
属性详细信息
data
dataType
error
invocationId
这个响应所针对的调用ID。
invocationId: string
属性值
string
kind
消息类型。
kind: "invokeResponse"
属性值
"invokeResponse"
success
表示召唤是否成功。
success?: boolean
属性值
boolean