az communication chat message receipt
Note
This reference is part of the communication extension for the Azure CLI (version 2.67.0 or higher). 该扩展将在首次运行 az communication chat message receipt 命令时自动安装。 Learn more about extensions.
命令组“通信聊天消息”处于预览状态,正在开发中。 参考和支持级别:https://aka.ms/CLI_refstatus
用于在通信服务资源的聊天线程中管理消息读回执的命令。
命令
名称 | 说明 | 类型 | Status |
---|---|---|---|
az communication chat message receipt list |
获取聊天线程的已读回执。 |
Extension | Preview |
az communication chat message receipt send |
代表用户将已读回执事件发布到聊天线程。 |
Extension | Preview |
az communication chat message receipt list
命令组“通信聊天消息接收”处于预览状态,正在开发中。 参考和支持级别:https://aka.ms/CLI_refstatus
获取聊天线程的已读回执。
az communication chat message receipt list --thread
[--access-token]
[--endpoint]
[--skip]
示例
列出阅读回执
az communication chat message receipt list --thread "19:a-bcd=xyz" --skip "4"
必需参数
Thread id.
可选参数
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
通信访问令牌。 环境变量:AZURE_COMMUNICATION_ACCESS_TOKEN。
属性 | 值 |
---|---|
Parameter group: | Communication Arguments |
Communication endpoint. 环境变量:AZURE_COMMUNICATION_ENDPOINT。
属性 | 值 |
---|---|
Parameter group: | Communication Arguments |
要跳过的已读回执数。
全局参数
提高日志记录详细程度以显示所有调试日志。
属性 | 值 |
---|---|
默认值: | False |
显示此帮助消息并退出。
仅显示错误,禁止显示警告。
属性 | 值 |
---|---|
默认值: | False |
Output format.
属性 | 值 |
---|---|
默认值: | json |
接受的值: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
增加日志记录详细程度。 使用 --debug 获取完整的调试日志。
属性 | 值 |
---|---|
默认值: | False |
az communication chat message receipt send
命令组“通信聊天消息接收”处于预览状态,正在开发中。 参考和支持级别:https://aka.ms/CLI_refstatus
代表用户将已读回执事件发布到聊天线程。
az communication chat message receipt send --message-id
--thread
[--access-token]
[--endpoint]
示例
发送阅读回执
az communication chat message receipt send --thread "19:a-bcd=xyz" --message-id "12345678"
必需参数
Message id.
Thread id.
可选参数
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
通信访问令牌。 环境变量:AZURE_COMMUNICATION_ACCESS_TOKEN。
属性 | 值 |
---|---|
Parameter group: | Communication Arguments |
Communication endpoint. 环境变量:AZURE_COMMUNICATION_ENDPOINT。
属性 | 值 |
---|---|
Parameter group: | Communication Arguments |
全局参数
提高日志记录详细程度以显示所有调试日志。
属性 | 值 |
---|---|
默认值: | False |
显示此帮助消息并退出。
仅显示错误,禁止显示警告。
属性 | 值 |
---|---|
默认值: | False |
Output format.
属性 | 值 |
---|---|
默认值: | json |
接受的值: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
增加日志记录详细程度。 使用 --debug 获取完整的调试日志。
属性 | 值 |
---|---|
默认值: | False |