Participant(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a conversation participant (human agent, virtual agent, end-user).
Attributes | |
---|---|
Name | Description |
name |
str
Optional. The unique identifier of this participant. Format: projects/ .
|
role |
google.cloud.dialogflow_v2.types.Participant.Role
Immutable. The role this participant plays in the conversation. This field must be set during participant creation and is then immutable. |
sip_recording_media_label |
str
Optional. Label applied to streams representing this participant in SIPREC XML metadata and SDP. This is used to assign transcriptions from that media stream to this participant. This field can be updated. |
Classes
Role
Role(value)
Enumeration of the roles a participant can play in a conversation.