Class AnalyzeContentResponse.Builder

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

    public static final class AnalyzeContentResponse.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<AnalyzeContentResponse.Builder>
    implements AnalyzeContentResponseOrBuilder
     The response message for
     [Participants.AnalyzeContent][google.cloud.dialogflow.v2beta1.Participants.AnalyzeContent].
     
    Protobuf type google.cloud.dialogflow.v2beta1.AnalyzeContentResponse
    • 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<AnalyzeContentResponse.Builder>
      • clear

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

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

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

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

        public AnalyzeContentResponse.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<AnalyzeContentResponse.Builder>
      • clearField

        public AnalyzeContentResponse.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<AnalyzeContentResponse.Builder>
      • clearOneof

        public AnalyzeContentResponse.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<AnalyzeContentResponse.Builder>
      • setRepeatedField

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

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

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

        public AnalyzeContentResponse.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<AnalyzeContentResponse.Builder>
        Throws:
        IOException
      • getReplyText

        public String getReplyText()
         Output only. The output text content.
         This field is set if the automated agent responded with text to show to
         the user.
         
        string reply_text = 1;
        Specified by:
        getReplyText in interface AnalyzeContentResponseOrBuilder
        Returns:
        The replyText.
      • getReplyTextBytes

        public com.google.protobuf.ByteString getReplyTextBytes()
         Output only. The output text content.
         This field is set if the automated agent responded with text to show to
         the user.
         
        string reply_text = 1;
        Specified by:
        getReplyTextBytes in interface AnalyzeContentResponseOrBuilder
        Returns:
        The bytes for replyText.
      • setReplyText

        public AnalyzeContentResponse.Builder setReplyText​(String value)
         Output only. The output text content.
         This field is set if the automated agent responded with text to show to
         the user.
         
        string reply_text = 1;
        Parameters:
        value - The replyText to set.
        Returns:
        This builder for chaining.
      • clearReplyText

        public AnalyzeContentResponse.Builder clearReplyText()
         Output only. The output text content.
         This field is set if the automated agent responded with text to show to
         the user.
         
        string reply_text = 1;
        Returns:
        This builder for chaining.
      • setReplyTextBytes

        public AnalyzeContentResponse.Builder setReplyTextBytes​(com.google.protobuf.ByteString value)
         Output only. The output text content.
         This field is set if the automated agent responded with text to show to
         the user.
         
        string reply_text = 1;
        Parameters:
        value - The bytes for replyText to set.
        Returns:
        This builder for chaining.
      • hasReplyAudio

        public boolean hasReplyAudio()
         Optional. The audio data bytes encoded as specified in the request.
         This field is set if:
        
          - `reply_audio_config` was specified in the request, or
          - The automated agent responded with audio to play to the user. In such
            case, `reply_audio.config` contains settings used to synthesize the
            speech.
        
         In some scenarios, multiple output audio fields may be present in the
         response structure. In these cases, only the top-most-level audio output
         has content.
         
        .google.cloud.dialogflow.v2beta1.OutputAudio reply_audio = 2;
        Specified by:
        hasReplyAudio in interface AnalyzeContentResponseOrBuilder
        Returns:
        Whether the replyAudio field is set.
      • getReplyAudio

        public OutputAudio getReplyAudio()
         Optional. The audio data bytes encoded as specified in the request.
         This field is set if:
        
          - `reply_audio_config` was specified in the request, or
          - The automated agent responded with audio to play to the user. In such
            case, `reply_audio.config` contains settings used to synthesize the
            speech.
        
         In some scenarios, multiple output audio fields may be present in the
         response structure. In these cases, only the top-most-level audio output
         has content.
         
        .google.cloud.dialogflow.v2beta1.OutputAudio reply_audio = 2;
        Specified by:
        getReplyAudio in interface AnalyzeContentResponseOrBuilder
        Returns:
        The replyAudio.
      • setReplyAudio

        public AnalyzeContentResponse.Builder setReplyAudio​(OutputAudio value)
         Optional. The audio data bytes encoded as specified in the request.
         This field is set if:
        
          - `reply_audio_config` was specified in the request, or
          - The automated agent responded with audio to play to the user. In such
            case, `reply_audio.config` contains settings used to synthesize the
            speech.
        
         In some scenarios, multiple output audio fields may be present in the
         response structure. In these cases, only the top-most-level audio output
         has content.
         
        .google.cloud.dialogflow.v2beta1.OutputAudio reply_audio = 2;
      • setReplyAudio

        public AnalyzeContentResponse.Builder setReplyAudio​(OutputAudio.Builder builderForValue)
         Optional. The audio data bytes encoded as specified in the request.
         This field is set if:
        
          - `reply_audio_config` was specified in the request, or
          - The automated agent responded with audio to play to the user. In such
            case, `reply_audio.config` contains settings used to synthesize the
            speech.
        
         In some scenarios, multiple output audio fields may be present in the
         response structure. In these cases, only the top-most-level audio output
         has content.
         
        .google.cloud.dialogflow.v2beta1.OutputAudio reply_audio = 2;
      • mergeReplyAudio

        public AnalyzeContentResponse.Builder mergeReplyAudio​(OutputAudio value)
         Optional. The audio data bytes encoded as specified in the request.
         This field is set if:
        
          - `reply_audio_config` was specified in the request, or
          - The automated agent responded with audio to play to the user. In such
            case, `reply_audio.config` contains settings used to synthesize the
            speech.
        
         In some scenarios, multiple output audio fields may be present in the
         response structure. In these cases, only the top-most-level audio output
         has content.
         
        .google.cloud.dialogflow.v2beta1.OutputAudio reply_audio = 2;
      • clearReplyAudio

        public AnalyzeContentResponse.Builder clearReplyAudio()
         Optional. The audio data bytes encoded as specified in the request.
         This field is set if:
        
          - `reply_audio_config` was specified in the request, or
          - The automated agent responded with audio to play to the user. In such
            case, `reply_audio.config` contains settings used to synthesize the
            speech.
        
         In some scenarios, multiple output audio fields may be present in the
         response structure. In these cases, only the top-most-level audio output
         has content.
         
        .google.cloud.dialogflow.v2beta1.OutputAudio reply_audio = 2;
      • getReplyAudioBuilder

        public OutputAudio.Builder getReplyAudioBuilder()
         Optional. The audio data bytes encoded as specified in the request.
         This field is set if:
        
          - `reply_audio_config` was specified in the request, or
          - The automated agent responded with audio to play to the user. In such
            case, `reply_audio.config` contains settings used to synthesize the
            speech.
        
         In some scenarios, multiple output audio fields may be present in the
         response structure. In these cases, only the top-most-level audio output
         has content.
         
        .google.cloud.dialogflow.v2beta1.OutputAudio reply_audio = 2;
      • getReplyAudioOrBuilder

        public OutputAudioOrBuilder getReplyAudioOrBuilder()
         Optional. The audio data bytes encoded as specified in the request.
         This field is set if:
        
          - `reply_audio_config` was specified in the request, or
          - The automated agent responded with audio to play to the user. In such
            case, `reply_audio.config` contains settings used to synthesize the
            speech.
        
         In some scenarios, multiple output audio fields may be present in the
         response structure. In these cases, only the top-most-level audio output
         has content.
         
        .google.cloud.dialogflow.v2beta1.OutputAudio reply_audio = 2;
        Specified by:
        getReplyAudioOrBuilder in interface AnalyzeContentResponseOrBuilder
      • hasAutomatedAgentReply

        public boolean hasAutomatedAgentReply()
         Optional. Only set if a Dialogflow automated agent has responded.
         Note that: [AutomatedAgentReply.detect_intent_response.output_audio][]
         and [AutomatedAgentReply.detect_intent_response.output_audio_config][]
         are always empty, use
         [reply_audio][google.cloud.dialogflow.v2beta1.AnalyzeContentResponse.reply_audio]
         instead.
         
        .google.cloud.dialogflow.v2beta1.AutomatedAgentReply automated_agent_reply = 3;
        Specified by:
        hasAutomatedAgentReply in interface AnalyzeContentResponseOrBuilder
        Returns:
        Whether the automatedAgentReply field is set.
      • getAutomatedAgentReply

        public AutomatedAgentReply getAutomatedAgentReply()
         Optional. Only set if a Dialogflow automated agent has responded.
         Note that: [AutomatedAgentReply.detect_intent_response.output_audio][]
         and [AutomatedAgentReply.detect_intent_response.output_audio_config][]
         are always empty, use
         [reply_audio][google.cloud.dialogflow.v2beta1.AnalyzeContentResponse.reply_audio]
         instead.
         
        .google.cloud.dialogflow.v2beta1.AutomatedAgentReply automated_agent_reply = 3;
        Specified by:
        getAutomatedAgentReply in interface AnalyzeContentResponseOrBuilder
        Returns:
        The automatedAgentReply.
      • setAutomatedAgentReply

        public AnalyzeContentResponse.Builder setAutomatedAgentReply​(AutomatedAgentReply value)
         Optional. Only set if a Dialogflow automated agent has responded.
         Note that: [AutomatedAgentReply.detect_intent_response.output_audio][]
         and [AutomatedAgentReply.detect_intent_response.output_audio_config][]
         are always empty, use
         [reply_audio][google.cloud.dialogflow.v2beta1.AnalyzeContentResponse.reply_audio]
         instead.
         
        .google.cloud.dialogflow.v2beta1.AutomatedAgentReply automated_agent_reply = 3;
      • setAutomatedAgentReply

        public AnalyzeContentResponse.Builder setAutomatedAgentReply​(AutomatedAgentReply.Builder builderForValue)
         Optional. Only set if a Dialogflow automated agent has responded.
         Note that: [AutomatedAgentReply.detect_intent_response.output_audio][]
         and [AutomatedAgentReply.detect_intent_response.output_audio_config][]
         are always empty, use
         [reply_audio][google.cloud.dialogflow.v2beta1.AnalyzeContentResponse.reply_audio]
         instead.
         
        .google.cloud.dialogflow.v2beta1.AutomatedAgentReply automated_agent_reply = 3;
      • mergeAutomatedAgentReply

        public AnalyzeContentResponse.Builder mergeAutomatedAgentReply​(AutomatedAgentReply value)
         Optional. Only set if a Dialogflow automated agent has responded.
         Note that: [AutomatedAgentReply.detect_intent_response.output_audio][]
         and [AutomatedAgentReply.detect_intent_response.output_audio_config][]
         are always empty, use
         [reply_audio][google.cloud.dialogflow.v2beta1.AnalyzeContentResponse.reply_audio]
         instead.
         
        .google.cloud.dialogflow.v2beta1.AutomatedAgentReply automated_agent_reply = 3;
      • clearAutomatedAgentReply

        public AnalyzeContentResponse.Builder clearAutomatedAgentReply()
         Optional. Only set if a Dialogflow automated agent has responded.
         Note that: [AutomatedAgentReply.detect_intent_response.output_audio][]
         and [AutomatedAgentReply.detect_intent_response.output_audio_config][]
         are always empty, use
         [reply_audio][google.cloud.dialogflow.v2beta1.AnalyzeContentResponse.reply_audio]
         instead.
         
        .google.cloud.dialogflow.v2beta1.AutomatedAgentReply automated_agent_reply = 3;
      • getAutomatedAgentReplyBuilder

        public AutomatedAgentReply.Builder getAutomatedAgentReplyBuilder()
         Optional. Only set if a Dialogflow automated agent has responded.
         Note that: [AutomatedAgentReply.detect_intent_response.output_audio][]
         and [AutomatedAgentReply.detect_intent_response.output_audio_config][]
         are always empty, use
         [reply_audio][google.cloud.dialogflow.v2beta1.AnalyzeContentResponse.reply_audio]
         instead.
         
        .google.cloud.dialogflow.v2beta1.AutomatedAgentReply automated_agent_reply = 3;
      • getAutomatedAgentReplyOrBuilder

        public AutomatedAgentReplyOrBuilder getAutomatedAgentReplyOrBuilder()
         Optional. Only set if a Dialogflow automated agent has responded.
         Note that: [AutomatedAgentReply.detect_intent_response.output_audio][]
         and [AutomatedAgentReply.detect_intent_response.output_audio_config][]
         are always empty, use
         [reply_audio][google.cloud.dialogflow.v2beta1.AnalyzeContentResponse.reply_audio]
         instead.
         
        .google.cloud.dialogflow.v2beta1.AutomatedAgentReply automated_agent_reply = 3;
        Specified by:
        getAutomatedAgentReplyOrBuilder in interface AnalyzeContentResponseOrBuilder
      • hasMessage

        public boolean hasMessage()
         Output only. Message analyzed by CCAI.
         
        .google.cloud.dialogflow.v2beta1.Message message = 5;
        Specified by:
        hasMessage in interface AnalyzeContentResponseOrBuilder
        Returns:
        Whether the message field is set.
      • clearMessage

        public AnalyzeContentResponse.Builder clearMessage()
         Output only. Message analyzed by CCAI.
         
        .google.cloud.dialogflow.v2beta1.Message message = 5;
      • getMessageBuilder

        public Message.Builder getMessageBuilder()
         Output only. Message analyzed by CCAI.
         
        .google.cloud.dialogflow.v2beta1.Message message = 5;
      • getHumanAgentSuggestionResultsList

        public List<SuggestionResult> getHumanAgentSuggestionResultsList()
         The suggestions for most recent human agent. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.human_agent_suggestion_config].
        
         Note that any failure of Agent Assist features will not lead to the overall
         failure of an AnalyzeContent API call. Instead, the features will
         fail silently with the error field set in the corresponding
         SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult human_agent_suggestion_results = 6;
        Specified by:
        getHumanAgentSuggestionResultsList in interface AnalyzeContentResponseOrBuilder
      • getHumanAgentSuggestionResultsCount

        public int getHumanAgentSuggestionResultsCount()
         The suggestions for most recent human agent. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.human_agent_suggestion_config].
        
         Note that any failure of Agent Assist features will not lead to the overall
         failure of an AnalyzeContent API call. Instead, the features will
         fail silently with the error field set in the corresponding
         SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult human_agent_suggestion_results = 6;
        Specified by:
        getHumanAgentSuggestionResultsCount in interface AnalyzeContentResponseOrBuilder
      • getHumanAgentSuggestionResults

        public SuggestionResult getHumanAgentSuggestionResults​(int index)
         The suggestions for most recent human agent. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.human_agent_suggestion_config].
        
         Note that any failure of Agent Assist features will not lead to the overall
         failure of an AnalyzeContent API call. Instead, the features will
         fail silently with the error field set in the corresponding
         SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult human_agent_suggestion_results = 6;
        Specified by:
        getHumanAgentSuggestionResults in interface AnalyzeContentResponseOrBuilder
      • setHumanAgentSuggestionResults

        public AnalyzeContentResponse.Builder setHumanAgentSuggestionResults​(int index,
                                                                             SuggestionResult value)
         The suggestions for most recent human agent. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.human_agent_suggestion_config].
        
         Note that any failure of Agent Assist features will not lead to the overall
         failure of an AnalyzeContent API call. Instead, the features will
         fail silently with the error field set in the corresponding
         SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult human_agent_suggestion_results = 6;
      • setHumanAgentSuggestionResults

        public AnalyzeContentResponse.Builder setHumanAgentSuggestionResults​(int index,
                                                                             SuggestionResult.Builder builderForValue)
         The suggestions for most recent human agent. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.human_agent_suggestion_config].
        
         Note that any failure of Agent Assist features will not lead to the overall
         failure of an AnalyzeContent API call. Instead, the features will
         fail silently with the error field set in the corresponding
         SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult human_agent_suggestion_results = 6;
      • addHumanAgentSuggestionResults

        public AnalyzeContentResponse.Builder addHumanAgentSuggestionResults​(SuggestionResult value)
         The suggestions for most recent human agent. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.human_agent_suggestion_config].
        
         Note that any failure of Agent Assist features will not lead to the overall
         failure of an AnalyzeContent API call. Instead, the features will
         fail silently with the error field set in the corresponding
         SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult human_agent_suggestion_results = 6;
      • addHumanAgentSuggestionResults

        public AnalyzeContentResponse.Builder addHumanAgentSuggestionResults​(int index,
                                                                             SuggestionResult value)
         The suggestions for most recent human agent. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.human_agent_suggestion_config].
        
         Note that any failure of Agent Assist features will not lead to the overall
         failure of an AnalyzeContent API call. Instead, the features will
         fail silently with the error field set in the corresponding
         SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult human_agent_suggestion_results = 6;
      • addHumanAgentSuggestionResults

        public AnalyzeContentResponse.Builder addHumanAgentSuggestionResults​(SuggestionResult.Builder builderForValue)
         The suggestions for most recent human agent. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.human_agent_suggestion_config].
        
         Note that any failure of Agent Assist features will not lead to the overall
         failure of an AnalyzeContent API call. Instead, the features will
         fail silently with the error field set in the corresponding
         SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult human_agent_suggestion_results = 6;
      • addHumanAgentSuggestionResults

        public AnalyzeContentResponse.Builder addHumanAgentSuggestionResults​(int index,
                                                                             SuggestionResult.Builder builderForValue)
         The suggestions for most recent human agent. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.human_agent_suggestion_config].
        
         Note that any failure of Agent Assist features will not lead to the overall
         failure of an AnalyzeContent API call. Instead, the features will
         fail silently with the error field set in the corresponding
         SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult human_agent_suggestion_results = 6;
      • addAllHumanAgentSuggestionResults

        public AnalyzeContentResponse.Builder addAllHumanAgentSuggestionResults​(Iterable<? extends SuggestionResult> values)
         The suggestions for most recent human agent. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.human_agent_suggestion_config].
        
         Note that any failure of Agent Assist features will not lead to the overall
         failure of an AnalyzeContent API call. Instead, the features will
         fail silently with the error field set in the corresponding
         SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult human_agent_suggestion_results = 6;
      • clearHumanAgentSuggestionResults

        public AnalyzeContentResponse.Builder clearHumanAgentSuggestionResults()
         The suggestions for most recent human agent. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.human_agent_suggestion_config].
        
         Note that any failure of Agent Assist features will not lead to the overall
         failure of an AnalyzeContent API call. Instead, the features will
         fail silently with the error field set in the corresponding
         SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult human_agent_suggestion_results = 6;
      • removeHumanAgentSuggestionResults

        public AnalyzeContentResponse.Builder removeHumanAgentSuggestionResults​(int index)
         The suggestions for most recent human agent. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.human_agent_suggestion_config].
        
         Note that any failure of Agent Assist features will not lead to the overall
         failure of an AnalyzeContent API call. Instead, the features will
         fail silently with the error field set in the corresponding
         SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult human_agent_suggestion_results = 6;
      • getHumanAgentSuggestionResultsBuilder

        public SuggestionResult.Builder getHumanAgentSuggestionResultsBuilder​(int index)
         The suggestions for most recent human agent. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.human_agent_suggestion_config].
        
         Note that any failure of Agent Assist features will not lead to the overall
         failure of an AnalyzeContent API call. Instead, the features will
         fail silently with the error field set in the corresponding
         SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult human_agent_suggestion_results = 6;
      • getHumanAgentSuggestionResultsOrBuilder

        public SuggestionResultOrBuilder getHumanAgentSuggestionResultsOrBuilder​(int index)
         The suggestions for most recent human agent. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.human_agent_suggestion_config].
        
         Note that any failure of Agent Assist features will not lead to the overall
         failure of an AnalyzeContent API call. Instead, the features will
         fail silently with the error field set in the corresponding
         SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult human_agent_suggestion_results = 6;
        Specified by:
        getHumanAgentSuggestionResultsOrBuilder in interface AnalyzeContentResponseOrBuilder
      • getHumanAgentSuggestionResultsOrBuilderList

        public List<? extends SuggestionResultOrBuilder> getHumanAgentSuggestionResultsOrBuilderList()
         The suggestions for most recent human agent. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.human_agent_suggestion_config].
        
         Note that any failure of Agent Assist features will not lead to the overall
         failure of an AnalyzeContent API call. Instead, the features will
         fail silently with the error field set in the corresponding
         SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult human_agent_suggestion_results = 6;
        Specified by:
        getHumanAgentSuggestionResultsOrBuilderList in interface AnalyzeContentResponseOrBuilder
      • addHumanAgentSuggestionResultsBuilder

        public SuggestionResult.Builder addHumanAgentSuggestionResultsBuilder()
         The suggestions for most recent human agent. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.human_agent_suggestion_config].
        
         Note that any failure of Agent Assist features will not lead to the overall
         failure of an AnalyzeContent API call. Instead, the features will
         fail silently with the error field set in the corresponding
         SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult human_agent_suggestion_results = 6;
      • addHumanAgentSuggestionResultsBuilder

        public SuggestionResult.Builder addHumanAgentSuggestionResultsBuilder​(int index)
         The suggestions for most recent human agent. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.human_agent_suggestion_config].
        
         Note that any failure of Agent Assist features will not lead to the overall
         failure of an AnalyzeContent API call. Instead, the features will
         fail silently with the error field set in the corresponding
         SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult human_agent_suggestion_results = 6;
      • getHumanAgentSuggestionResultsBuilderList

        public List<SuggestionResult.Builder> getHumanAgentSuggestionResultsBuilderList()
         The suggestions for most recent human agent. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.human_agent_suggestion_config].
        
         Note that any failure of Agent Assist features will not lead to the overall
         failure of an AnalyzeContent API call. Instead, the features will
         fail silently with the error field set in the corresponding
         SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult human_agent_suggestion_results = 6;
      • getEndUserSuggestionResultsList

        public List<SuggestionResult> getEndUserSuggestionResultsList()
         The suggestions for end user. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.end_user_suggestion_config].
        
         Same as human_agent_suggestion_results, any failure of Agent Assist
         features will not lead to the overall failure of an AnalyzeContent API
         call. Instead, the features will fail silently with the error field set in
         the corresponding SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult end_user_suggestion_results = 7;
        Specified by:
        getEndUserSuggestionResultsList in interface AnalyzeContentResponseOrBuilder
      • getEndUserSuggestionResultsCount

        public int getEndUserSuggestionResultsCount()
         The suggestions for end user. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.end_user_suggestion_config].
        
         Same as human_agent_suggestion_results, any failure of Agent Assist
         features will not lead to the overall failure of an AnalyzeContent API
         call. Instead, the features will fail silently with the error field set in
         the corresponding SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult end_user_suggestion_results = 7;
        Specified by:
        getEndUserSuggestionResultsCount in interface AnalyzeContentResponseOrBuilder
      • getEndUserSuggestionResults

        public SuggestionResult getEndUserSuggestionResults​(int index)
         The suggestions for end user. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.end_user_suggestion_config].
        
         Same as human_agent_suggestion_results, any failure of Agent Assist
         features will not lead to the overall failure of an AnalyzeContent API
         call. Instead, the features will fail silently with the error field set in
         the corresponding SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult end_user_suggestion_results = 7;
        Specified by:
        getEndUserSuggestionResults in interface AnalyzeContentResponseOrBuilder
      • setEndUserSuggestionResults

        public AnalyzeContentResponse.Builder setEndUserSuggestionResults​(int index,
                                                                          SuggestionResult value)
         The suggestions for end user. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.end_user_suggestion_config].
        
         Same as human_agent_suggestion_results, any failure of Agent Assist
         features will not lead to the overall failure of an AnalyzeContent API
         call. Instead, the features will fail silently with the error field set in
         the corresponding SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult end_user_suggestion_results = 7;
      • setEndUserSuggestionResults

        public AnalyzeContentResponse.Builder setEndUserSuggestionResults​(int index,
                                                                          SuggestionResult.Builder builderForValue)
         The suggestions for end user. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.end_user_suggestion_config].
        
         Same as human_agent_suggestion_results, any failure of Agent Assist
         features will not lead to the overall failure of an AnalyzeContent API
         call. Instead, the features will fail silently with the error field set in
         the corresponding SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult end_user_suggestion_results = 7;
      • addEndUserSuggestionResults

        public AnalyzeContentResponse.Builder addEndUserSuggestionResults​(SuggestionResult value)
         The suggestions for end user. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.end_user_suggestion_config].
        
         Same as human_agent_suggestion_results, any failure of Agent Assist
         features will not lead to the overall failure of an AnalyzeContent API
         call. Instead, the features will fail silently with the error field set in
         the corresponding SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult end_user_suggestion_results = 7;
      • addEndUserSuggestionResults

        public AnalyzeContentResponse.Builder addEndUserSuggestionResults​(int index,
                                                                          SuggestionResult value)
         The suggestions for end user. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.end_user_suggestion_config].
        
         Same as human_agent_suggestion_results, any failure of Agent Assist
         features will not lead to the overall failure of an AnalyzeContent API
         call. Instead, the features will fail silently with the error field set in
         the corresponding SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult end_user_suggestion_results = 7;
      • addEndUserSuggestionResults

        public AnalyzeContentResponse.Builder addEndUserSuggestionResults​(SuggestionResult.Builder builderForValue)
         The suggestions for end user. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.end_user_suggestion_config].
        
         Same as human_agent_suggestion_results, any failure of Agent Assist
         features will not lead to the overall failure of an AnalyzeContent API
         call. Instead, the features will fail silently with the error field set in
         the corresponding SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult end_user_suggestion_results = 7;
      • addEndUserSuggestionResults

        public AnalyzeContentResponse.Builder addEndUserSuggestionResults​(int index,
                                                                          SuggestionResult.Builder builderForValue)
         The suggestions for end user. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.end_user_suggestion_config].
        
         Same as human_agent_suggestion_results, any failure of Agent Assist
         features will not lead to the overall failure of an AnalyzeContent API
         call. Instead, the features will fail silently with the error field set in
         the corresponding SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult end_user_suggestion_results = 7;
      • addAllEndUserSuggestionResults

        public AnalyzeContentResponse.Builder addAllEndUserSuggestionResults​(Iterable<? extends SuggestionResult> values)
         The suggestions for end user. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.end_user_suggestion_config].
        
         Same as human_agent_suggestion_results, any failure of Agent Assist
         features will not lead to the overall failure of an AnalyzeContent API
         call. Instead, the features will fail silently with the error field set in
         the corresponding SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult end_user_suggestion_results = 7;
      • clearEndUserSuggestionResults

        public AnalyzeContentResponse.Builder clearEndUserSuggestionResults()
         The suggestions for end user. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.end_user_suggestion_config].
        
         Same as human_agent_suggestion_results, any failure of Agent Assist
         features will not lead to the overall failure of an AnalyzeContent API
         call. Instead, the features will fail silently with the error field set in
         the corresponding SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult end_user_suggestion_results = 7;
      • removeEndUserSuggestionResults

        public AnalyzeContentResponse.Builder removeEndUserSuggestionResults​(int index)
         The suggestions for end user. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.end_user_suggestion_config].
        
         Same as human_agent_suggestion_results, any failure of Agent Assist
         features will not lead to the overall failure of an AnalyzeContent API
         call. Instead, the features will fail silently with the error field set in
         the corresponding SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult end_user_suggestion_results = 7;
      • getEndUserSuggestionResultsBuilder

        public SuggestionResult.Builder getEndUserSuggestionResultsBuilder​(int index)
         The suggestions for end user. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.end_user_suggestion_config].
        
         Same as human_agent_suggestion_results, any failure of Agent Assist
         features will not lead to the overall failure of an AnalyzeContent API
         call. Instead, the features will fail silently with the error field set in
         the corresponding SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult end_user_suggestion_results = 7;
      • getEndUserSuggestionResultsOrBuilder

        public SuggestionResultOrBuilder getEndUserSuggestionResultsOrBuilder​(int index)
         The suggestions for end user. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.end_user_suggestion_config].
        
         Same as human_agent_suggestion_results, any failure of Agent Assist
         features will not lead to the overall failure of an AnalyzeContent API
         call. Instead, the features will fail silently with the error field set in
         the corresponding SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult end_user_suggestion_results = 7;
        Specified by:
        getEndUserSuggestionResultsOrBuilder in interface AnalyzeContentResponseOrBuilder
      • getEndUserSuggestionResultsOrBuilderList

        public List<? extends SuggestionResultOrBuilder> getEndUserSuggestionResultsOrBuilderList()
         The suggestions for end user. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.end_user_suggestion_config].
        
         Same as human_agent_suggestion_results, any failure of Agent Assist
         features will not lead to the overall failure of an AnalyzeContent API
         call. Instead, the features will fail silently with the error field set in
         the corresponding SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult end_user_suggestion_results = 7;
        Specified by:
        getEndUserSuggestionResultsOrBuilderList in interface AnalyzeContentResponseOrBuilder
      • addEndUserSuggestionResultsBuilder

        public SuggestionResult.Builder addEndUserSuggestionResultsBuilder()
         The suggestions for end user. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.end_user_suggestion_config].
        
         Same as human_agent_suggestion_results, any failure of Agent Assist
         features will not lead to the overall failure of an AnalyzeContent API
         call. Instead, the features will fail silently with the error field set in
         the corresponding SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult end_user_suggestion_results = 7;
      • addEndUserSuggestionResultsBuilder

        public SuggestionResult.Builder addEndUserSuggestionResultsBuilder​(int index)
         The suggestions for end user. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.end_user_suggestion_config].
        
         Same as human_agent_suggestion_results, any failure of Agent Assist
         features will not lead to the overall failure of an AnalyzeContent API
         call. Instead, the features will fail silently with the error field set in
         the corresponding SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult end_user_suggestion_results = 7;
      • getEndUserSuggestionResultsBuilderList

        public List<SuggestionResult.Builder> getEndUserSuggestionResultsBuilderList()
         The suggestions for end user. The order is the same as
         [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
         of
         [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.end_user_suggestion_config].
        
         Same as human_agent_suggestion_results, any failure of Agent Assist
         features will not lead to the overall failure of an AnalyzeContent API
         call. Instead, the features will fail silently with the error field set in
         the corresponding SuggestionResult.
         
        repeated .google.cloud.dialogflow.v2beta1.SuggestionResult end_user_suggestion_results = 7;
      • hasDtmfParameters

        public boolean hasDtmfParameters()
         Indicates the parameters of DTMF.
         
        .google.cloud.dialogflow.v2beta1.DtmfParameters dtmf_parameters = 9;
        Specified by:
        hasDtmfParameters in interface AnalyzeContentResponseOrBuilder
        Returns:
        Whether the dtmfParameters field is set.
      • clearDtmfParameters

        public AnalyzeContentResponse.Builder clearDtmfParameters()
         Indicates the parameters of DTMF.
         
        .google.cloud.dialogflow.v2beta1.DtmfParameters dtmf_parameters = 9;
      • getDtmfParametersBuilder

        public DtmfParameters.Builder getDtmfParametersBuilder()
         Indicates the parameters of DTMF.
         
        .google.cloud.dialogflow.v2beta1.DtmfParameters dtmf_parameters = 9;
      • setUnknownFields

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

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