ICallConnectorAddress interface
特定于聊天连接器的地址。
- 扩展
属性
| bot | 接收或正在发送消息的机器人。 |
| channel |
通道的唯一标识符。 |
| conversation | 表示当前对话并跟踪应将答复路由到的位置。 可以删除以在支持新对话的频道上与 用户 启动新对话的新对话。 |
| correlation |
用于在联系支持人员时调试问题的 ID。 |
| participants | 通话中的参与者列表。 |
| service |
指定要发回消息的 URL。 |
| subject | 呼叫的主题。 |
| thread |
提供呼叫的聊天线程的 ID 是组呼叫。 |
| use |
指定在回发消息时需要身份验证。 |
| user | 发送或应接收消息的用户。 |
属性详细信息
bot
channelId
通道的唯一标识符。
channelId: string
属性值
string
conversation
correlationId
用于在联系支持人员时调试问题的 ID。
correlationId?: string
属性值
string
participants
serviceUrl
指定要发回消息的 URL。
serviceUrl?: string
属性值
string
subject
呼叫的主题。
subject?: string
属性值
string
threadId
提供呼叫的聊天线程的 ID 是组呼叫。
threadId?: string
属性值
string
useAuth
指定在回发消息时需要身份验证。
useAuth?: boolean
属性值
boolean