Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::ConversationParticipant.
The call participant speaking for a given utterance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dialogflow_participant
def dialogflow_participant() -> ::String
Returns
-
(::String) — Deprecated. Use
dialogflow_participant_name
instead. The name of the Dialogflow participant. Format: projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
#dialogflow_participant=
def dialogflow_participant=(value) -> ::String
Parameter
-
value (::String) — Deprecated. Use
dialogflow_participant_name
instead. The name of the Dialogflow participant. Format: projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
Returns
-
(::String) — Deprecated. Use
dialogflow_participant_name
instead. The name of the Dialogflow participant. Format: projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
#dialogflow_participant_name
def dialogflow_participant_name() -> ::String
Returns
- (::String) — The name of the participant provided by Dialogflow. Format: projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
#dialogflow_participant_name=
def dialogflow_participant_name=(value) -> ::String
Parameter
- value (::String) — The name of the participant provided by Dialogflow. Format: projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
Returns
- (::String) — The name of the participant provided by Dialogflow. Format: projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
#obfuscated_external_user_id
def obfuscated_external_user_id() -> ::String
Returns
- (::String) — Obfuscated user ID from Dialogflow.
#obfuscated_external_user_id=
def obfuscated_external_user_id=(value) -> ::String
Parameter
- value (::String) — Obfuscated user ID from Dialogflow.
Returns
- (::String) — Obfuscated user ID from Dialogflow.
#role
def role() -> ::Google::Cloud::ContactCenterInsights::V1::ConversationParticipant::Role
Returns
- (::Google::Cloud::ContactCenterInsights::V1::ConversationParticipant::Role) — The role of the participant.
#role=
def role=(value) -> ::Google::Cloud::ContactCenterInsights::V1::ConversationParticipant::Role
Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::ConversationParticipant::Role) — The role of the participant.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::ConversationParticipant::Role) — The role of the participant.
#user_id
def user_id() -> ::String
Returns
- (::String) — A user-specified ID representing the participant.
#user_id=
def user_id=(value) -> ::String
Parameter
- value (::String) — A user-specified ID representing the participant.
Returns
- (::String) — A user-specified ID representing the participant.