Class SuggestFaqAnswersRequest.Builder

    • 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<SuggestFaqAnswersRequest.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<SuggestFaqAnswersRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public SuggestFaqAnswersRequest.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<SuggestFaqAnswersRequest.Builder>
      • addRepeatedField

        public SuggestFaqAnswersRequest.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<SuggestFaqAnswersRequest.Builder>
      • isInitialized

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

        public SuggestFaqAnswersRequest.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<SuggestFaqAnswersRequest.Builder>
        Throws:
        IOException
      • getParent

        public String getParent()
         Required. The name of the participant to fetch suggestion for.
         Format: `projects/<Project ID>/locations/<Location
         ID>/conversations/<Conversation ID>/participants/<Participant ID>`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface SuggestFaqAnswersRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The name of the participant to fetch suggestion for.
         Format: `projects/<Project ID>/locations/<Location
         ID>/conversations/<Conversation ID>/participants/<Participant ID>`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface SuggestFaqAnswersRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public SuggestFaqAnswersRequest.Builder setParent​(String value)
         Required. The name of the participant to fetch suggestion for.
         Format: `projects/<Project ID>/locations/<Location
         ID>/conversations/<Conversation ID>/participants/<Participant ID>`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public SuggestFaqAnswersRequest.Builder clearParent()
         Required. The name of the participant to fetch suggestion for.
         Format: `projects/<Project ID>/locations/<Location
         ID>/conversations/<Conversation ID>/participants/<Participant ID>`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public SuggestFaqAnswersRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The name of the participant to fetch suggestion for.
         Format: `projects/<Project ID>/locations/<Location
         ID>/conversations/<Conversation ID>/participants/<Participant ID>`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.
      • getLatestMessage

        public String getLatestMessage()
         Optional. The name of the latest conversation message to compile suggestion
         for. If empty, it will be the latest message of the conversation.
        
         Format: `projects/<Project ID>/locations/<Location
         ID>/conversations/<Conversation ID>/messages/<Message ID>`.
         
        string latest_message = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Specified by:
        getLatestMessage in interface SuggestFaqAnswersRequestOrBuilder
        Returns:
        The latestMessage.
      • getLatestMessageBytes

        public com.google.protobuf.ByteString getLatestMessageBytes()
         Optional. The name of the latest conversation message to compile suggestion
         for. If empty, it will be the latest message of the conversation.
        
         Format: `projects/<Project ID>/locations/<Location
         ID>/conversations/<Conversation ID>/messages/<Message ID>`.
         
        string latest_message = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Specified by:
        getLatestMessageBytes in interface SuggestFaqAnswersRequestOrBuilder
        Returns:
        The bytes for latestMessage.
      • setLatestMessage

        public SuggestFaqAnswersRequest.Builder setLatestMessage​(String value)
         Optional. The name of the latest conversation message to compile suggestion
         for. If empty, it will be the latest message of the conversation.
        
         Format: `projects/<Project ID>/locations/<Location
         ID>/conversations/<Conversation ID>/messages/<Message ID>`.
         
        string latest_message = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The latestMessage to set.
        Returns:
        This builder for chaining.
      • clearLatestMessage

        public SuggestFaqAnswersRequest.Builder clearLatestMessage()
         Optional. The name of the latest conversation message to compile suggestion
         for. If empty, it will be the latest message of the conversation.
        
         Format: `projects/<Project ID>/locations/<Location
         ID>/conversations/<Conversation ID>/messages/<Message ID>`.
         
        string latest_message = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setLatestMessageBytes

        public SuggestFaqAnswersRequest.Builder setLatestMessageBytes​(com.google.protobuf.ByteString value)
         Optional. The name of the latest conversation message to compile suggestion
         for. If empty, it will be the latest message of the conversation.
        
         Format: `projects/<Project ID>/locations/<Location
         ID>/conversations/<Conversation ID>/messages/<Message ID>`.
         
        string latest_message = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for latestMessage to set.
        Returns:
        This builder for chaining.
      • getContextSize

        public int getContextSize()
         Optional. Max number of messages prior to and including
         [latest_message] to use as context when compiling the
         suggestion. By default 20 and at most 50.
         
        int32 context_size = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getContextSize in interface SuggestFaqAnswersRequestOrBuilder
        Returns:
        The contextSize.
      • setContextSize

        public SuggestFaqAnswersRequest.Builder setContextSize​(int value)
         Optional. Max number of messages prior to and including
         [latest_message] to use as context when compiling the
         suggestion. By default 20 and at most 50.
         
        int32 context_size = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The contextSize to set.
        Returns:
        This builder for chaining.
      • clearContextSize

        public SuggestFaqAnswersRequest.Builder clearContextSize()
         Optional. Max number of messages prior to and including
         [latest_message] to use as context when compiling the
         suggestion. By default 20 and at most 50.
         
        int32 context_size = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • hasAssistQueryParams

        public boolean hasAssistQueryParams()
         Parameters for a human assist query.
         
        .google.cloud.dialogflow.v2.AssistQueryParameters assist_query_params = 4;
        Specified by:
        hasAssistQueryParams in interface SuggestFaqAnswersRequestOrBuilder
        Returns:
        Whether the assistQueryParams field is set.
      • clearAssistQueryParams

        public SuggestFaqAnswersRequest.Builder clearAssistQueryParams()
         Parameters for a human assist query.
         
        .google.cloud.dialogflow.v2.AssistQueryParameters assist_query_params = 4;
      • getAssistQueryParamsBuilder

        public AssistQueryParameters.Builder getAssistQueryParamsBuilder()
         Parameters for a human assist query.
         
        .google.cloud.dialogflow.v2.AssistQueryParameters assist_query_params = 4;
      • setUnknownFields

        public final SuggestFaqAnswersRequest.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<SuggestFaqAnswersRequest.Builder>
      • mergeUnknownFields

        public final SuggestFaqAnswersRequest.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<SuggestFaqAnswersRequest.Builder>