ConversationParticipantsChangedEventArgs クラス

定義

イベントのペイロードを ParticipantsChanged 格納します。 1.9.0 で追加されました

public class ConversationParticipantsChangedEventArgs : Microsoft.CognitiveServices.Speech.SessionEventArgs
type ConversationParticipantsChangedEventArgs = class
    inherit SessionEventArgs
Public Class ConversationParticipantsChangedEventArgs
Inherits SessionEventArgs
継承
ConversationParticipantsChangedEventArgs

フィールド

Participants

参加、左、または更新された参加者。

プロパティ

Reason

参加者が変更されたイベントが発生した理由 (参加者が参加した場合など)。

SessionId

セッション識別子を表します。

(継承元 SessionEventArgs)

メソッド

ToString()

セッション イベントを表す文字列を返します。

(継承元 SessionEventArgs)

適用対象