次の方法で共有


ChatTranscriptMessageProperties(String) コンストラクター

定義

ChatTranscriptMessageProperties の新しいインスタンスを初期化します。

public ChatTranscriptMessageProperties (string body);
new Azure.ResourceManager.Support.Models.ChatTranscriptMessageProperties : string -> Azure.ResourceManager.Support.Models.ChatTranscriptMessageProperties
Public Sub New (body As String)

パラメーター

body
String

通信の本文。

例外

body が null です。

適用対象