Class ConversationParticipant

  • All Implemented Interfaces:
    ConversationParticipantOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class ConversationParticipant
    extends com.google.protobuf.GeneratedMessageV3
    implements ConversationParticipantOrBuilder
     The call participant speaking for a given utterance.
     
    Protobuf type google.cloud.contactcenterinsights.v1.ConversationParticipant
    See Also:
    Serialized Form
    • Field Detail

      • DIALOGFLOW_PARTICIPANT_NAME_FIELD_NUMBER

        public static final int DIALOGFLOW_PARTICIPANT_NAME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DIALOGFLOW_PARTICIPANT_FIELD_NUMBER

        public static final int DIALOGFLOW_PARTICIPANT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • OBFUSCATED_EXTERNAL_USER_ID_FIELD_NUMBER

        public static final int OBFUSCATED_EXTERNAL_USER_ID_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • 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) = { ... }
        Specified by:
        hasDialogflowParticipantName in interface ConversationParticipantOrBuilder
        Returns:
        Whether the dialogflowParticipantName field is set.
      • 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) = { ... }
        Specified by:
        getDialogflowParticipantName in interface ConversationParticipantOrBuilder
        Returns:
        The dialogflowParticipantName.
      • getDialogflowParticipantNameBytes

        public 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) = { ... }
        Specified by:
        getDialogflowParticipantNameBytes in interface ConversationParticipantOrBuilder
        Returns:
        The bytes for dialogflowParticipantName.
      • hasUserId

        public boolean hasUserId()
         A user-specified ID representing the participant.
         
        string user_id = 6;
        Specified by:
        hasUserId in interface ConversationParticipantOrBuilder
        Returns:
        Whether the userId field is set.
      • getUserIdBytes

        public com.google.protobuf.ByteString getUserIdBytes()
         A user-specified ID representing the participant.
         
        string user_id = 6;
        Specified by:
        getUserIdBytes in interface ConversationParticipantOrBuilder
        Returns:
        The bytes for userId.
      • getDialogflowParticipant

        @Deprecated
        public String getDialogflowParticipant()
        Deprecated.
        google.cloud.contactcenterinsights.v1.ConversationParticipant.dialogflow_participant is deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=1208
         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];
        Specified by:
        getDialogflowParticipant in interface ConversationParticipantOrBuilder
        Returns:
        The dialogflowParticipant.
      • getDialogflowParticipantBytes

        @Deprecated
        public com.google.protobuf.ByteString getDialogflowParticipantBytes()
        Deprecated.
        google.cloud.contactcenterinsights.v1.ConversationParticipant.dialogflow_participant is deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=1208
         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];
        Specified by:
        getDialogflowParticipantBytes in interface ConversationParticipantOrBuilder
        Returns:
        The bytes for dialogflowParticipant.
      • getObfuscatedExternalUserIdBytes

        public com.google.protobuf.ByteString getObfuscatedExternalUserIdBytes()
         Obfuscated user ID from Dialogflow.
         
        string obfuscated_external_user_id = 3;
        Specified by:
        getObfuscatedExternalUserIdBytes in interface ConversationParticipantOrBuilder
        Returns:
        The bytes for obfuscatedExternalUserId.
      • getRoleValue

        public int getRoleValue()
         The role of the participant.
         
        .google.cloud.contactcenterinsights.v1.ConversationParticipant.Role role = 2;
        Specified by:
        getRoleValue in interface ConversationParticipantOrBuilder
        Returns:
        The enum numeric value on the wire for role.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static ConversationParticipant parseFrom​(ByteBuffer data)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ConversationParticipant parseFrom​(ByteBuffer data,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ConversationParticipant parseFrom​(com.google.protobuf.ByteString data)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ConversationParticipant parseFrom​(com.google.protobuf.ByteString data,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ConversationParticipant parseFrom​(byte[] data)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ConversationParticipant parseFrom​(byte[] data,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public ConversationParticipant.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public ConversationParticipant.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected ConversationParticipant.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<ConversationParticipant> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public ConversationParticipant getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder