TurnStatusReceivedEventArgs.ConversationId プロパティ

定義

このターン状態イベントに関連付けられている会話 ID を取得します。 会話は複数の対話にまたがる場合があります。 クライアントは、会話の再開または再試行を試みることができます。

public string ConversationId { get; }
member this.ConversationId : string
Public ReadOnly Property ConversationId As String

プロパティ値

ターンの状態に関連付けられている会話 ID。

適用対象