Class ConversationParticipant (1.4.3)

ConversationParticipant(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The call participant speaking for a given utterance.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
dialogflow_participant_name str
The name of the participant provided by Dialogflow. Format: projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant} This field is a member of `oneof`_ ``participant``.
user_id str
A user-specified ID representing the participant. This field is a member of `oneof`_ ``participant``.
dialogflow_participant str
Deprecated. Use ``dialogflow_participant_name`` instead. The name of the Dialogflow participant. Format: projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
obfuscated_external_user_id str
Obfuscated user ID from Dialogflow.
role google.cloud.contact_center_insights_v1.types.ConversationParticipant.Role
The role of the participant.

Inheritance

builtins.object > proto.message.Message > ConversationParticipant

Classes

Role

Role(value)

The role of the participant.