- 2.80.0 (latest)
- 2.78.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.10
- 2.2.7
public static final class ConversationParticipant.Builder extends GeneratedMessageV3.Builder<ConversationParticipant.Builder> implements ConversationParticipantOrBuilderThe call participant speaking for a given utterance.
Protobuf type google.cloud.contactcenterinsights.v1.ConversationParticipant
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ConversationParticipant.BuilderImplements
ConversationParticipantOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ConversationParticipant.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ConversationParticipant.Builder |
build()
public ConversationParticipant build()| Type | Description |
| ConversationParticipant |
buildPartial()
public ConversationParticipant buildPartial()| Type | Description |
| ConversationParticipant |
clear()
public ConversationParticipant.Builder clear()| Type | Description |
| ConversationParticipant.Builder |
clearDialogflowParticipant()
public ConversationParticipant.Builder clearDialogflowParticipant() 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];
| Type | Description |
| ConversationParticipant.Builder | This builder for chaining. |
clearDialogflowParticipantName()
public ConversationParticipant.Builder clearDialogflowParticipantName()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) = { ... }
| Type | Description |
| ConversationParticipant.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ConversationParticipant.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| ConversationParticipant.Builder |
clearObfuscatedExternalUserId()
public ConversationParticipant.Builder clearObfuscatedExternalUserId()Obfuscated user ID from Dialogflow.
string obfuscated_external_user_id = 3;
| Type | Description |
| ConversationParticipant.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ConversationParticipant.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| ConversationParticipant.Builder |
clearParticipant()
public ConversationParticipant.Builder clearParticipant()| Type | Description |
| ConversationParticipant.Builder |
clearRole()
public ConversationParticipant.Builder clearRole()The role of the participant.
.google.cloud.contactcenterinsights.v1.ConversationParticipant.Role role = 2;
| Type | Description |
| ConversationParticipant.Builder | This builder for chaining. |
clearUserId()
public ConversationParticipant.Builder clearUserId()A user-specified ID representing the participant.
string user_id = 6;
| Type | Description |
| ConversationParticipant.Builder | This builder for chaining. |
clone()
public ConversationParticipant.Builder clone()| Type | Description |
| ConversationParticipant.Builder |
getDefaultInstanceForType()
public ConversationParticipant getDefaultInstanceForType()| Type | Description |
| ConversationParticipant |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getDialogflowParticipant()
public 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];
| Type | Description |
| String | The dialogflowParticipant. |
getDialogflowParticipantBytes()
public 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];
| Type | Description |
| ByteString | The bytes for dialogflowParticipant. |
getDialogflowParticipantName()
public 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) = { ... }
| Type | Description |
| String | The dialogflowParticipantName. |
getDialogflowParticipantNameBytes()
public 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) = { ... }
| Type | Description |
| ByteString | The bytes for dialogflowParticipantName. |
getObfuscatedExternalUserId()
public String getObfuscatedExternalUserId()Obfuscated user ID from Dialogflow.
string obfuscated_external_user_id = 3;
| Type | Description |
| String | The obfuscatedExternalUserId. |
getObfuscatedExternalUserIdBytes()
public ByteString getObfuscatedExternalUserIdBytes()Obfuscated user ID from Dialogflow.
string obfuscated_external_user_id = 3;
| Type | Description |
| ByteString | The bytes for obfuscatedExternalUserId. |
getParticipantCase()
public ConversationParticipant.ParticipantCase getParticipantCase()| Type | Description |
| ConversationParticipant.ParticipantCase |
getRole()
public ConversationParticipant.Role getRole()The role of the participant.
.google.cloud.contactcenterinsights.v1.ConversationParticipant.Role role = 2;
| Type | Description |
| ConversationParticipant.Role | The role. |
getRoleValue()
public int getRoleValue()The role of the participant.
.google.cloud.contactcenterinsights.v1.ConversationParticipant.Role role = 2;
| Type | Description |
| int | The enum numeric value on the wire for role. |
getUserId()
public String getUserId()A user-specified ID representing the participant.
string user_id = 6;
| Type | Description |
| String | The userId. |
getUserIdBytes()
public ByteString getUserIdBytes()A user-specified ID representing the participant.
string user_id = 6;
| Type | Description |
| ByteString | The bytes for userId. |
hasDialogflowParticipantName()
public boolean 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) = { ... }
| Type | Description |
| boolean | Whether the dialogflowParticipantName field is set. |
hasUserId()
public boolean hasUserId()A user-specified ID representing the participant.
string user_id = 6;
| Type | Description |
| boolean | Whether the userId field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(ConversationParticipant other)
public ConversationParticipant.Builder mergeFrom(ConversationParticipant other)| Name | Description |
| other | ConversationParticipant |
| Type | Description |
| ConversationParticipant.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ConversationParticipant.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| ConversationParticipant.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public ConversationParticipant.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| ConversationParticipant.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ConversationParticipant.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ConversationParticipant.Builder |
setDialogflowParticipant(String value)
public ConversationParticipant.Builder setDialogflowParticipant(String value) 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];
| Name | Description |
| value | StringThe dialogflowParticipant to set. |
| Type | Description |
| ConversationParticipant.Builder | This builder for chaining. |
setDialogflowParticipantBytes(ByteString value)
public ConversationParticipant.Builder setDialogflowParticipantBytes(ByteString value) 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];
| Name | Description |
| value | ByteStringThe bytes for dialogflowParticipant to set. |
| Type | Description |
| ConversationParticipant.Builder | This builder for chaining. |
setDialogflowParticipantName(String value)
public ConversationParticipant.Builder setDialogflowParticipantName(String value)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) = { ... }
| Name | Description |
| value | StringThe dialogflowParticipantName to set. |
| Type | Description |
| ConversationParticipant.Builder | This builder for chaining. |
setDialogflowParticipantNameBytes(ByteString value)
public ConversationParticipant.Builder setDialogflowParticipantNameBytes(ByteString value)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) = { ... }
| Name | Description |
| value | ByteStringThe bytes for dialogflowParticipantName to set. |
| Type | Description |
| ConversationParticipant.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ConversationParticipant.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ConversationParticipant.Builder |
setObfuscatedExternalUserId(String value)
public ConversationParticipant.Builder setObfuscatedExternalUserId(String value)Obfuscated user ID from Dialogflow.
string obfuscated_external_user_id = 3;
| Name | Description |
| value | StringThe obfuscatedExternalUserId to set. |
| Type | Description |
| ConversationParticipant.Builder | This builder for chaining. |
setObfuscatedExternalUserIdBytes(ByteString value)
public ConversationParticipant.Builder setObfuscatedExternalUserIdBytes(ByteString value)Obfuscated user ID from Dialogflow.
string obfuscated_external_user_id = 3;
| Name | Description |
| value | ByteStringThe bytes for obfuscatedExternalUserId to set. |
| Type | Description |
| ConversationParticipant.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ConversationParticipant.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| ConversationParticipant.Builder |
setRole(ConversationParticipant.Role value)
public ConversationParticipant.Builder setRole(ConversationParticipant.Role value)The role of the participant.
.google.cloud.contactcenterinsights.v1.ConversationParticipant.Role role = 2;
| Name | Description |
| value | ConversationParticipant.RoleThe role to set. |
| Type | Description |
| ConversationParticipant.Builder | This builder for chaining. |
setRoleValue(int value)
public ConversationParticipant.Builder setRoleValue(int value)The role of the participant.
.google.cloud.contactcenterinsights.v1.ConversationParticipant.Role role = 2;
| Name | Description |
| value | intThe enum numeric value on the wire for role to set. |
| Type | Description |
| ConversationParticipant.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ConversationParticipant.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ConversationParticipant.Builder |
setUserId(String value)
public ConversationParticipant.Builder setUserId(String value)A user-specified ID representing the participant.
string user_id = 6;
| Name | Description |
| value | StringThe userId to set. |
| Type | Description |
| ConversationParticipant.Builder | This builder for chaining. |
setUserIdBytes(ByteString value)
public ConversationParticipant.Builder setUserIdBytes(ByteString value)A user-specified ID representing the participant.
string user_id = 6;
| Name | Description |
| value | ByteStringThe bytes for userId to set. |
| Type | Description |
| ConversationParticipant.Builder | This builder for chaining. |