AcsChatAzureBotCommandReceivedInThreadEventData interface
Microsoft.Communication.ChatAzureBotCommandReceivedInThread 事件的 EventGridEvent 的 Data 属性的架构。
属性
| message |
聊天消息的正文 |
| metadata | 聊天消息元数据 |
继承属性
| compose |
邮件的原始撰写时间 |
| message |
聊天消息 ID |
| sender |
发送方的通信标识符 |
| sender |
发送方的显示名称 |
| thread |
聊天线程 ID |
| transaction |
事务 ID 将用作共同关系向量 |
| type | 消息的类型 |
| version | 消息的版本 |
属性详细信息
messageBody
聊天消息的正文
messageBody: string
属性值
string
metadata
聊天消息元数据
metadata?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
继承属性详细信息
composeTime
messageId
senderCommunicationIdentifier
发送方的通信标识符
senderCommunicationIdentifier: CommunicationIdentifierModel
属性值
继承自 AcsChatMessageEventInThreadBase.senderCommunicationIdentifier