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
-
(::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
-
value (::String) — Deprecated. Use
dialogflow_participant_name
instead. The name of the Dialogflow participant. Format: projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
-
(::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
-
(::String) — The name of the participant provided by Dialogflow. Format:
projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
Note: The following fields are mutually exclusive:
dialogflow_participant_name
,user_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#dialogflow_participant_name=
def dialogflow_participant_name=(value) -> ::String
-
value (::String) — The name of the participant provided by Dialogflow. Format:
projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
Note: The following fields are mutually exclusive:
dialogflow_participant_name
,user_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — The name of the participant provided by Dialogflow. Format:
projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
Note: The following fields are mutually exclusive:
dialogflow_participant_name
,user_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#obfuscated_external_user_id
def obfuscated_external_user_id() -> ::String
- (::String) — Obfuscated user ID from Dialogflow.
#obfuscated_external_user_id=
def obfuscated_external_user_id=(value) -> ::String
- value (::String) — Obfuscated user ID from Dialogflow.
- (::String) — Obfuscated user ID from Dialogflow.
#role
def role() -> ::Google::Cloud::ContactCenterInsights::V1::ConversationParticipant::Role
- (::Google::Cloud::ContactCenterInsights::V1::ConversationParticipant::Role) — The role of the participant.
#role=
def role=(value) -> ::Google::Cloud::ContactCenterInsights::V1::ConversationParticipant::Role
- value (::Google::Cloud::ContactCenterInsights::V1::ConversationParticipant::Role) — The role of the participant.
- (::Google::Cloud::ContactCenterInsights::V1::ConversationParticipant::Role) — The role of the participant.
#user_id
def user_id() -> ::String
-
(::String) — A user-specified ID representing the participant.
Note: The following fields are mutually exclusive:
user_id
,dialogflow_participant_name
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#user_id=
def user_id=(value) -> ::String
-
value (::String) — A user-specified ID representing the participant.
Note: The following fields are mutually exclusive:
user_id
,dialogflow_participant_name
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — A user-specified ID representing the participant.
Note: The following fields are mutually exclusive:
user_id
,dialogflow_participant_name
. If a field in that set is populated, all other fields in the set will automatically be cleared.