共用方式為


az communication chat message

注意

此參考是 Azure CLI 通訊延伸模組的一部分(2.59.0 版或更高版本)。 擴充功能會在您第一次執行 az communication chat message 命令時自動安裝。 深入了解擴充功能。

命令群組「通訊聊天」處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

在通訊服務資源的聊天線程中管理訊息的命令。

命令

名稱 Description 類型 狀態
az communication chat message delete

依標識子從聊天對話中刪除訊息。

副檔名 預覽​​
az communication chat message get

依標識子從聊天對話取得訊息。

副檔名 預覽​​
az communication chat message list

從聊天對話取得訊息清單。

副檔名 預覽​​
az communication chat message receipt

在通訊服務資源的聊天線程中管理訊息讀取回條的命令。

副檔名 預覽​​
az communication chat message receipt list

取得聊天對話的讀取回條。

副檔名 預覽​​
az communication chat message receipt send

代表使用者將讀取回條事件張貼至聊天對話。

副檔名 預覽​​
az communication chat message send

將訊息傳送至聊天對話。

副檔名 預覽​​
az communication chat message update

更新 訊息。

副檔名 預覽​​

az communication chat message delete

預覽

命令群組「通訊聊天訊息」處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

依標識子從聊天對話中刪除訊息。

az communication chat message delete --message-id
                                     --thread
                                     [--access-token]
                                     [--endpoint]
                                     [--yes]

範例

刪除訊息

az communication chat message delete --thread "19:a-bcd=xyz" --message-id "12345678"

必要參數

--message-id

訊息標識碼。

--thread -t

執行緒 ID。

選擇性參數

--access-token

通訊存取令牌。 環境變數:AZURE_COMMUNICATION_ACCESS_TOKEN。

--endpoint

通訊端點。 環境變數:AZURE_COMMUNICATION_ENDPOINT。

--yes -y

不提示確認。

預設值: False
全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az communication chat message get

預覽

命令群組「通訊聊天訊息」處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

依標識子從聊天對話取得訊息。

az communication chat message get --message-id
                                  --thread
                                  [--access-token]
                                  [--endpoint]

範例

取得訊息

az communication chat message get --thread "19:a-bcd=xyz" --message-id "12345678"

必要參數

--message-id

訊息標識碼。

--thread -t

執行緒 ID。

選擇性參數

--access-token

通訊存取令牌。 環境變數:AZURE_COMMUNICATION_ACCESS_TOKEN。

--endpoint

通訊端點。 環境變數:AZURE_COMMUNICATION_ENDPOINT。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az communication chat message list

預覽

命令群組「通訊聊天訊息」處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

從聊天對話取得訊息清單。

az communication chat message list --thread
                                   [--access-token]
                                   [--endpoint]
                                   [--start-time]

範例

列出訊息

az communication chat message list --thread "19:a-bcd=xyz" --start-time "2022-07-14T10:21"

必要參數

--thread -t

執行緒 ID。

選擇性參數

--access-token

通訊存取令牌。 環境變數:AZURE_COMMUNICATION_ACCESS_TOKEN。

--endpoint

通訊端點。 環境變數:AZURE_COMMUNICATION_ENDPOINT。

--start-time

ISO8601格式的開始時間,例如:2022-07-14T10:21。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az communication chat message send

預覽

命令群組「通訊聊天訊息」處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

將訊息傳送至聊天對話。

az communication chat message send --content
                                   --thread
                                   [--access-token]
                                   [--display-name]
                                   [--endpoint]
                                   [--message-type]

範例

傳送訊息

az communication chat message send --thread "19:a-bcd=xyz" --display-name "John Doe" --content "Hello there!" --message-type "text"

必要參數

--content

聊天訊息內容。

--thread -t

執行緒 ID。

選擇性參數

--access-token

通訊存取令牌。 環境變數:AZURE_COMMUNICATION_ACCESS_TOKEN。

--display-name

寄件者顯示名稱。

--endpoint

通訊端點。 環境變數:AZURE_COMMUNICATION_ENDPOINT。

--message-type

內容類型可以是文字或 html。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az communication chat message update

預覽

命令群組「通訊聊天訊息」處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

更新 訊息。

az communication chat message update --content
                                     --message-id
                                     --thread
                                     [--access-token]
                                     [--endpoint]

範例

更新訊息

az communication chat message update --thread "19:a-bcd=xyz" --message-id "12345678" --content "Hello, there!"

必要參數

--content

聊天訊息內容。

--message-id

訊息標識碼。

--thread -t

執行緒 ID。

選擇性參數

--access-token

通訊存取令牌。 環境變數:AZURE_COMMUNICATION_ACCESS_TOKEN。

--endpoint

通訊端點。 環境變數:AZURE_COMMUNICATION_ENDPOINT。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。