Class Conversation.Builder

  • All Implemented Interfaces:
    ConversationOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    Conversation

    public static final class Conversation.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Builder>
    implements ConversationOrBuilder
     Represents a conversation.
     A conversation is an interaction between an agent, including live agents
     and Dialogflow agents, and a support customer. Conversations can
     include phone calls and text-based chat sessions.
     
    Protobuf type google.cloud.dialogflow.v2beta1.Conversation
    • Method Detail

      • 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.Builder<Conversation.Builder>
      • clear

        public Conversation.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Builder>
      • getDefaultInstanceForType

        public Conversation getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Conversation build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Conversation buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Conversation.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Builder>
      • setField

        public Conversation.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                             Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Builder>
      • clearField

        public Conversation.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Builder>
      • clearOneof

        public Conversation.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Builder>
      • setRepeatedField

        public Conversation.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                     int index,
                                                     Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Builder>
      • addRepeatedField

        public Conversation.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                     Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Builder>
      • mergeFrom

        public Conversation.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Conversation.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Builder>
      • mergeFrom

        public Conversation.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Conversation.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         Output only. The unique identifier of this conversation.
         Format: `projects/<Project ID>/locations/<Location
         ID>/conversations/<Conversation ID>`.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getName in interface ConversationOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Output only. The unique identifier of this conversation.
         Format: `projects/<Project ID>/locations/<Location
         ID>/conversations/<Conversation ID>`.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getNameBytes in interface ConversationOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Conversation.Builder setName​(String value)
         Output only. The unique identifier of this conversation.
         Format: `projects/<Project ID>/locations/<Location
         ID>/conversations/<Conversation ID>`.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Conversation.Builder clearName()
         Output only. The unique identifier of this conversation.
         Format: `projects/<Project ID>/locations/<Location
         ID>/conversations/<Conversation ID>`.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setNameBytes

        public Conversation.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Output only. The unique identifier of this conversation.
         Format: `projects/<Project ID>/locations/<Location
         ID>/conversations/<Conversation ID>`.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getLifecycleStateValue

        public int getLifecycleStateValue()
         Output only. The current state of the Conversation.
         
        .google.cloud.dialogflow.v2beta1.Conversation.LifecycleState lifecycle_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLifecycleStateValue in interface ConversationOrBuilder
        Returns:
        The enum numeric value on the wire for lifecycleState.
      • setLifecycleStateValue

        public Conversation.Builder setLifecycleStateValue​(int value)
         Output only. The current state of the Conversation.
         
        .google.cloud.dialogflow.v2beta1.Conversation.LifecycleState lifecycle_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for lifecycleState to set.
        Returns:
        This builder for chaining.
      • getLifecycleState

        public Conversation.LifecycleState getLifecycleState()
         Output only. The current state of the Conversation.
         
        .google.cloud.dialogflow.v2beta1.Conversation.LifecycleState lifecycle_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLifecycleState in interface ConversationOrBuilder
        Returns:
        The lifecycleState.
      • setLifecycleState

        public Conversation.Builder setLifecycleState​(Conversation.LifecycleState value)
         Output only. The current state of the Conversation.
         
        .google.cloud.dialogflow.v2beta1.Conversation.LifecycleState lifecycle_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The lifecycleState to set.
        Returns:
        This builder for chaining.
      • clearLifecycleState

        public Conversation.Builder clearLifecycleState()
         Output only. The current state of the Conversation.
         
        .google.cloud.dialogflow.v2beta1.Conversation.LifecycleState lifecycle_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getConversationProfile

        public String getConversationProfile()
         Required. The Conversation Profile to be used to configure this
         Conversation. This field cannot be updated.
         Format: `projects/<Project ID>/locations/<Location
         ID>/conversationProfiles/<Conversation Profile ID>`.
         
        string conversation_profile = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getConversationProfile in interface ConversationOrBuilder
        Returns:
        The conversationProfile.
      • getConversationProfileBytes

        public com.google.protobuf.ByteString getConversationProfileBytes()
         Required. The Conversation Profile to be used to configure this
         Conversation. This field cannot be updated.
         Format: `projects/<Project ID>/locations/<Location
         ID>/conversationProfiles/<Conversation Profile ID>`.
         
        string conversation_profile = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getConversationProfileBytes in interface ConversationOrBuilder
        Returns:
        The bytes for conversationProfile.
      • setConversationProfile

        public Conversation.Builder setConversationProfile​(String value)
         Required. The Conversation Profile to be used to configure this
         Conversation. This field cannot be updated.
         Format: `projects/<Project ID>/locations/<Location
         ID>/conversationProfiles/<Conversation Profile ID>`.
         
        string conversation_profile = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The conversationProfile to set.
        Returns:
        This builder for chaining.
      • clearConversationProfile

        public Conversation.Builder clearConversationProfile()
         Required. The Conversation Profile to be used to configure this
         Conversation. This field cannot be updated.
         Format: `projects/<Project ID>/locations/<Location
         ID>/conversationProfiles/<Conversation Profile ID>`.
         
        string conversation_profile = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setConversationProfileBytes

        public Conversation.Builder setConversationProfileBytes​(com.google.protobuf.ByteString value)
         Required. The Conversation Profile to be used to configure this
         Conversation. This field cannot be updated.
         Format: `projects/<Project ID>/locations/<Location
         ID>/conversationProfiles/<Conversation Profile ID>`.
         
        string conversation_profile = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for conversationProfile to set.
        Returns:
        This builder for chaining.
      • hasPhoneNumber

        public boolean hasPhoneNumber()
         Output only. Required if the conversation is to be connected over
         telephony.
         
        .google.cloud.dialogflow.v2beta1.ConversationPhoneNumber phone_number = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasPhoneNumber in interface ConversationOrBuilder
        Returns:
        Whether the phoneNumber field is set.
      • getPhoneNumber

        public ConversationPhoneNumber getPhoneNumber()
         Output only. Required if the conversation is to be connected over
         telephony.
         
        .google.cloud.dialogflow.v2beta1.ConversationPhoneNumber phone_number = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPhoneNumber in interface ConversationOrBuilder
        Returns:
        The phoneNumber.
      • setPhoneNumber

        public Conversation.Builder setPhoneNumber​(ConversationPhoneNumber value)
         Output only. Required if the conversation is to be connected over
         telephony.
         
        .google.cloud.dialogflow.v2beta1.ConversationPhoneNumber phone_number = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setPhoneNumber

        public Conversation.Builder setPhoneNumber​(ConversationPhoneNumber.Builder builderForValue)
         Output only. Required if the conversation is to be connected over
         telephony.
         
        .google.cloud.dialogflow.v2beta1.ConversationPhoneNumber phone_number = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergePhoneNumber

        public Conversation.Builder mergePhoneNumber​(ConversationPhoneNumber value)
         Output only. Required if the conversation is to be connected over
         telephony.
         
        .google.cloud.dialogflow.v2beta1.ConversationPhoneNumber phone_number = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearPhoneNumber

        public Conversation.Builder clearPhoneNumber()
         Output only. Required if the conversation is to be connected over
         telephony.
         
        .google.cloud.dialogflow.v2beta1.ConversationPhoneNumber phone_number = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPhoneNumberBuilder

        public ConversationPhoneNumber.Builder getPhoneNumberBuilder()
         Output only. Required if the conversation is to be connected over
         telephony.
         
        .google.cloud.dialogflow.v2beta1.ConversationPhoneNumber phone_number = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getConversationStageValue

        public int getConversationStageValue()
         The stage of a conversation. It indicates whether the virtual agent or a
         human agent is handling the conversation.
        
         If the conversation is created with the conversation profile that has
         Dialogflow config set, defaults to
         [ConversationStage.VIRTUAL_AGENT_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.VIRTUAL_AGENT_STAGE];
         Otherwise, defaults to
         [ConversationStage.HUMAN_ASSIST_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.HUMAN_ASSIST_STAGE].
        
         If the conversation is created with the conversation profile that has
         Dialogflow config set but explicitly sets conversation_stage to
         [ConversationStage.HUMAN_ASSIST_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.HUMAN_ASSIST_STAGE],
         it skips
         [ConversationStage.VIRTUAL_AGENT_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.VIRTUAL_AGENT_STAGE]
         stage and directly goes to
         [ConversationStage.HUMAN_ASSIST_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.HUMAN_ASSIST_STAGE].
         
        .google.cloud.dialogflow.v2beta1.Conversation.ConversationStage conversation_stage = 7;
        Specified by:
        getConversationStageValue in interface ConversationOrBuilder
        Returns:
        The enum numeric value on the wire for conversationStage.
      • setConversationStageValue

        public Conversation.Builder setConversationStageValue​(int value)
         The stage of a conversation. It indicates whether the virtual agent or a
         human agent is handling the conversation.
        
         If the conversation is created with the conversation profile that has
         Dialogflow config set, defaults to
         [ConversationStage.VIRTUAL_AGENT_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.VIRTUAL_AGENT_STAGE];
         Otherwise, defaults to
         [ConversationStage.HUMAN_ASSIST_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.HUMAN_ASSIST_STAGE].
        
         If the conversation is created with the conversation profile that has
         Dialogflow config set but explicitly sets conversation_stage to
         [ConversationStage.HUMAN_ASSIST_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.HUMAN_ASSIST_STAGE],
         it skips
         [ConversationStage.VIRTUAL_AGENT_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.VIRTUAL_AGENT_STAGE]
         stage and directly goes to
         [ConversationStage.HUMAN_ASSIST_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.HUMAN_ASSIST_STAGE].
         
        .google.cloud.dialogflow.v2beta1.Conversation.ConversationStage conversation_stage = 7;
        Parameters:
        value - The enum numeric value on the wire for conversationStage to set.
        Returns:
        This builder for chaining.
      • getConversationStage

        public Conversation.ConversationStage getConversationStage()
         The stage of a conversation. It indicates whether the virtual agent or a
         human agent is handling the conversation.
        
         If the conversation is created with the conversation profile that has
         Dialogflow config set, defaults to
         [ConversationStage.VIRTUAL_AGENT_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.VIRTUAL_AGENT_STAGE];
         Otherwise, defaults to
         [ConversationStage.HUMAN_ASSIST_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.HUMAN_ASSIST_STAGE].
        
         If the conversation is created with the conversation profile that has
         Dialogflow config set but explicitly sets conversation_stage to
         [ConversationStage.HUMAN_ASSIST_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.HUMAN_ASSIST_STAGE],
         it skips
         [ConversationStage.VIRTUAL_AGENT_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.VIRTUAL_AGENT_STAGE]
         stage and directly goes to
         [ConversationStage.HUMAN_ASSIST_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.HUMAN_ASSIST_STAGE].
         
        .google.cloud.dialogflow.v2beta1.Conversation.ConversationStage conversation_stage = 7;
        Specified by:
        getConversationStage in interface ConversationOrBuilder
        Returns:
        The conversationStage.
      • setConversationStage

        public Conversation.Builder setConversationStage​(Conversation.ConversationStage value)
         The stage of a conversation. It indicates whether the virtual agent or a
         human agent is handling the conversation.
        
         If the conversation is created with the conversation profile that has
         Dialogflow config set, defaults to
         [ConversationStage.VIRTUAL_AGENT_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.VIRTUAL_AGENT_STAGE];
         Otherwise, defaults to
         [ConversationStage.HUMAN_ASSIST_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.HUMAN_ASSIST_STAGE].
        
         If the conversation is created with the conversation profile that has
         Dialogflow config set but explicitly sets conversation_stage to
         [ConversationStage.HUMAN_ASSIST_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.HUMAN_ASSIST_STAGE],
         it skips
         [ConversationStage.VIRTUAL_AGENT_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.VIRTUAL_AGENT_STAGE]
         stage and directly goes to
         [ConversationStage.HUMAN_ASSIST_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.HUMAN_ASSIST_STAGE].
         
        .google.cloud.dialogflow.v2beta1.Conversation.ConversationStage conversation_stage = 7;
        Parameters:
        value - The conversationStage to set.
        Returns:
        This builder for chaining.
      • clearConversationStage

        public Conversation.Builder clearConversationStage()
         The stage of a conversation. It indicates whether the virtual agent or a
         human agent is handling the conversation.
        
         If the conversation is created with the conversation profile that has
         Dialogflow config set, defaults to
         [ConversationStage.VIRTUAL_AGENT_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.VIRTUAL_AGENT_STAGE];
         Otherwise, defaults to
         [ConversationStage.HUMAN_ASSIST_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.HUMAN_ASSIST_STAGE].
        
         If the conversation is created with the conversation profile that has
         Dialogflow config set but explicitly sets conversation_stage to
         [ConversationStage.HUMAN_ASSIST_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.HUMAN_ASSIST_STAGE],
         it skips
         [ConversationStage.VIRTUAL_AGENT_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.VIRTUAL_AGENT_STAGE]
         stage and directly goes to
         [ConversationStage.HUMAN_ASSIST_STAGE][google.cloud.dialogflow.v2beta1.Conversation.ConversationStage.HUMAN_ASSIST_STAGE].
         
        .google.cloud.dialogflow.v2beta1.Conversation.ConversationStage conversation_stage = 7;
        Returns:
        This builder for chaining.
      • hasStartTime

        public boolean hasStartTime()
         Output only. The time the conversation was started.
         
        .google.protobuf.Timestamp start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasStartTime in interface ConversationOrBuilder
        Returns:
        Whether the startTime field is set.
      • getStartTime

        public com.google.protobuf.Timestamp getStartTime()
         Output only. The time the conversation was started.
         
        .google.protobuf.Timestamp start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStartTime in interface ConversationOrBuilder
        Returns:
        The startTime.
      • setStartTime

        public Conversation.Builder setStartTime​(com.google.protobuf.Timestamp value)
         Output only. The time the conversation was started.
         
        .google.protobuf.Timestamp start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setStartTime

        public Conversation.Builder setStartTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The time the conversation was started.
         
        .google.protobuf.Timestamp start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeStartTime

        public Conversation.Builder mergeStartTime​(com.google.protobuf.Timestamp value)
         Output only. The time the conversation was started.
         
        .google.protobuf.Timestamp start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearStartTime

        public Conversation.Builder clearStartTime()
         Output only. The time the conversation was started.
         
        .google.protobuf.Timestamp start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getStartTimeBuilder

        public com.google.protobuf.Timestamp.Builder getStartTimeBuilder()
         Output only. The time the conversation was started.
         
        .google.protobuf.Timestamp start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getStartTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
         Output only. The time the conversation was started.
         
        .google.protobuf.Timestamp start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStartTimeOrBuilder in interface ConversationOrBuilder
      • hasEndTime

        public boolean hasEndTime()
         Output only. The time the conversation was finished.
         
        .google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasEndTime in interface ConversationOrBuilder
        Returns:
        Whether the endTime field is set.
      • getEndTime

        public com.google.protobuf.Timestamp getEndTime()
         Output only. The time the conversation was finished.
         
        .google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getEndTime in interface ConversationOrBuilder
        Returns:
        The endTime.
      • setEndTime

        public Conversation.Builder setEndTime​(com.google.protobuf.Timestamp value)
         Output only. The time the conversation was finished.
         
        .google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setEndTime

        public Conversation.Builder setEndTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The time the conversation was finished.
         
        .google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeEndTime

        public Conversation.Builder mergeEndTime​(com.google.protobuf.Timestamp value)
         Output only. The time the conversation was finished.
         
        .google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearEndTime

        public Conversation.Builder clearEndTime()
         Output only. The time the conversation was finished.
         
        .google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getEndTimeBuilder

        public com.google.protobuf.Timestamp.Builder getEndTimeBuilder()
         Output only. The time the conversation was finished.
         
        .google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getEndTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
         Output only. The time the conversation was finished.
         
        .google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getEndTimeOrBuilder in interface ConversationOrBuilder
      • setUnknownFields

        public final Conversation.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Builder>
      • mergeUnknownFields

        public final Conversation.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Builder>