public interface ConversationParticipantOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDialogflowParticipant()
Deprecated.
google.cloud.contactcenterinsights.v1.ConversationParticipant.dialogflow_participant is
deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=1470
|
com.google.protobuf.ByteString |
getDialogflowParticipantBytes()
Deprecated.
google.cloud.contactcenterinsights.v1.ConversationParticipant.dialogflow_participant is
deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=1470
|
String |
getDialogflowParticipantName()
The name of the participant provided by Dialogflow.
|
com.google.protobuf.ByteString |
getDialogflowParticipantNameBytes()
The name of the participant provided by Dialogflow.
|
String |
getObfuscatedExternalUserId()
Obfuscated user ID from Dialogflow.
|
com.google.protobuf.ByteString |
getObfuscatedExternalUserIdBytes()
Obfuscated user ID from Dialogflow.
|
ConversationParticipant.ParticipantCase |
getParticipantCase() |
ConversationParticipant.Role |
getRole()
The role of the participant.
|
int |
getRoleValue()
The role of the participant.
|
String |
getUserId()
A user-specified ID representing the participant.
|
com.google.protobuf.ByteString |
getUserIdBytes()
A user-specified ID representing the participant.
|
boolean |
hasDialogflowParticipantName()
The name of the participant provided by Dialogflow.
|
boolean |
hasUserId()
A user-specified ID representing the participant.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDialogflowParticipantName()
The name of the participant provided by Dialogflow. Format:
projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
string dialogflow_participant_name = 5 [(.google.api.resource_reference) = { ... }String getDialogflowParticipantName()
The name of the participant provided by Dialogflow. Format:
projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
string dialogflow_participant_name = 5 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getDialogflowParticipantNameBytes()
The name of the participant provided by Dialogflow. Format:
projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
string dialogflow_participant_name = 5 [(.google.api.resource_reference) = { ... }boolean hasUserId()
A user-specified ID representing the participant.
string user_id = 6;String getUserId()
A user-specified ID representing the participant.
string user_id = 6;com.google.protobuf.ByteString getUserIdBytes()
A user-specified ID representing the participant.
string user_id = 6;@Deprecated String getDialogflowParticipant()
Deprecated. Use `dialogflow_participant_name` instead.
The name of the Dialogflow participant. Format:
projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
string dialogflow_participant = 1 [deprecated = true];@Deprecated com.google.protobuf.ByteString getDialogflowParticipantBytes()
Deprecated. Use `dialogflow_participant_name` instead.
The name of the Dialogflow participant. Format:
projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
string dialogflow_participant = 1 [deprecated = true];String getObfuscatedExternalUserId()
Obfuscated user ID from Dialogflow.
string obfuscated_external_user_id = 3;com.google.protobuf.ByteString getObfuscatedExternalUserIdBytes()
Obfuscated user ID from Dialogflow.
string obfuscated_external_user_id = 3;int getRoleValue()
The role of the participant.
.google.cloud.contactcenterinsights.v1.ConversationParticipant.Role role = 2;ConversationParticipant.Role getRole()
The role of the participant.
.google.cloud.contactcenterinsights.v1.ConversationParticipant.Role role = 2;ConversationParticipant.ParticipantCase getParticipantCase()
Copyright © 2025 Google LLC. All rights reserved.