你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 -t

Thread id.

可选参数

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--access-token

通信访问令牌。 环境变量:AZURE_COMMUNICATION_ACCESS_TOKEN。

属性
Parameter group: Communication Arguments
--endpoint

Communication endpoint. 环境变量:AZURE_COMMUNICATION_ENDPOINT。

属性
Parameter group: Communication Arguments
--skip

要跳过的已读回执数。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

属性
默认值: False
--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

属性
默认值: False
--output -o

Output format.

属性
默认值: json
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

增加日志记录详细程度。 使用 --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

Message id.

--thread -t

Thread id.

可选参数

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--access-token

通信访问令牌。 环境变量:AZURE_COMMUNICATION_ACCESS_TOKEN。

属性
Parameter group: Communication Arguments
--endpoint

Communication endpoint. 环境变量:AZURE_COMMUNICATION_ENDPOINT。

属性
Parameter group: Communication Arguments
全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

属性
默认值: False
--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

属性
默认值: False
--output -o

Output format.

属性
默认值: json
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

增加日志记录详细程度。 使用 --debug 获取完整的调试日志。

属性
默认值: False