- 2.53.0 (latest)
- 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 final class ConversationParticipant extends GeneratedMessageV3 implements ConversationParticipantOrBuilder
The call participant speaking for a given utterance.
Protobuf type google.cloud.contactcenterinsights.v1.ConversationParticipant
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ConversationParticipantImplements
ConversationParticipantOrBuilderStatic Fields
DIALOGFLOW_PARTICIPANT_FIELD_NUMBER
public static final int DIALOGFLOW_PARTICIPANT_FIELD_NUMBER
Type | Description |
int |
DIALOGFLOW_PARTICIPANT_NAME_FIELD_NUMBER
public static final int DIALOGFLOW_PARTICIPANT_NAME_FIELD_NUMBER
Type | Description |
int |
OBFUSCATED_EXTERNAL_USER_ID_FIELD_NUMBER
public static final int OBFUSCATED_EXTERNAL_USER_ID_FIELD_NUMBER
Type | Description |
int |
ROLE_FIELD_NUMBER
public static final int ROLE_FIELD_NUMBER
Type | Description |
int |
USER_ID_FIELD_NUMBER
public static final int USER_ID_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ConversationParticipant getDefaultInstance()
Type | Description |
ConversationParticipant |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ConversationParticipant.Builder newBuilder()
Type | Description |
ConversationParticipant.Builder |
newBuilder(ConversationParticipant prototype)
public static ConversationParticipant.Builder newBuilder(ConversationParticipant prototype)
Name | Description |
prototype | ConversationParticipant |
Type | Description |
ConversationParticipant.Builder |
parseDelimitedFrom(InputStream input)
public static ConversationParticipant parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ConversationParticipant |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ConversationParticipant parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ConversationParticipant |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ConversationParticipant parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ConversationParticipant |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ConversationParticipant parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ConversationParticipant |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ConversationParticipant parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ConversationParticipant |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ConversationParticipant parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ConversationParticipant |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ConversationParticipant parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ConversationParticipant |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ConversationParticipant parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ConversationParticipant |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ConversationParticipant parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ConversationParticipant |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ConversationParticipant parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ConversationParticipant |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ConversationParticipant parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ConversationParticipant |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ConversationParticipant parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ConversationParticipant |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ConversationParticipant> parser()
Type | Description |
Parser<ConversationParticipant> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public ConversationParticipant getDefaultInstanceForType()
Type | Description |
ConversationParticipant |
getDialogflowParticipant() (deprecated)
public String getDialogflowParticipant()
Deprecated. google.cloud.contactcenterinsights.v1.ConversationParticipant.dialogflow_participant is deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=1104
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() (deprecated)
public ByteString getDialogflowParticipantBytes()
Deprecated. google.cloud.contactcenterinsights.v1.ConversationParticipant.dialogflow_participant is deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=1104
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. |
getParserForType()
public Parser<ConversationParticipant> getParserForType()
Type | Description |
Parser<ConversationParticipant> |
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. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
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. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ConversationParticipant.Builder newBuilderForType()
Type | Description |
ConversationParticipant.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ConversationParticipant.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ConversationParticipant.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ConversationParticipant.Builder toBuilder()
Type | Description |
ConversationParticipant.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |