ConversationParticipantsChangedEventArgs Class
- java.
lang. Object - com.
microsoft. cognitiveservices. speech. SessionEventArgs - com.
microsoft. cognitiveservices. speech. transcription. ConversationParticipantsChangedEventArgs
- com.
- com.
public class ConversationParticipantsChangedEventArgs
extends SessionEventArgs
Defines a payload for the ParticipantsChanged event. Added in version 1.12.0
Method Summary
Modifier and Type | Method and Description |
---|---|
java.util.List<Participant> |
getParticipants()
The participant(s) that joined, left, or were updated. |
Participant |
getReason()
Why the participant changed event was raised (e. |
java.lang.String |
toString()
Returns a String that represents the session event. |
Methods inherited from SessionEventArgs
Methods inherited from java.lang.Object
Method Details
getParticipants
public List
The participant(s) that joined, left, or were updated.
Returns:
getReason
public ParticipantChangedReason getReason()
Why the participant changed event was raised (e.g. a participant joined).
Returns:
toString
public String toString()
Returns a String that represents the session event.
Overrides:
ConversationParticipantsChangedEventArgs.toString()Applies to
Azure SDK for Java