Class StreamingDetectIntentResponse.Builder

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

    public static final class StreamingDetectIntentResponse.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<StreamingDetectIntentResponse.Builder>
    implements StreamingDetectIntentResponseOrBuilder
     The top-level message returned from the
     `StreamingDetectIntent` method.
    
     Multiple response messages can be returned in order:
    
     1.  If the `StreamingDetectIntentRequest.input_audio` field was
         set, the `recognition_result` field is populated for one
         or more messages.
         See the
         [StreamingRecognitionResult][google.cloud.dialogflow.v2beta1.StreamingRecognitionResult]
         message for details about the result message sequence.
    
     2.  The next message contains `response_id`, `query_result`,
         `alternative_query_results` and optionally `webhook_status` if a WebHook
         was called.
    
     3.  If `output_audio_config` was specified in the request or agent-level
         speech synthesizer is configured, all subsequent messages contain
         `output_audio` and `output_audio_config`.
     
    Protobuf type google.cloud.dialogflow.v2beta1.StreamingDetectIntentResponse
    • 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<StreamingDetectIntentResponse.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<StreamingDetectIntentResponse.Builder>
      • getDefaultInstanceForType

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

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

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

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

        public StreamingDetectIntentResponse.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<StreamingDetectIntentResponse.Builder>
        Throws:
        IOException
      • getResponseId

        public String getResponseId()
         The unique identifier of the response. It can be used to
         locate a response in the training example set or for reporting issues.
         
        string response_id = 1;
        Specified by:
        getResponseId in interface StreamingDetectIntentResponseOrBuilder
        Returns:
        The responseId.
      • getResponseIdBytes

        public com.google.protobuf.ByteString getResponseIdBytes()
         The unique identifier of the response. It can be used to
         locate a response in the training example set or for reporting issues.
         
        string response_id = 1;
        Specified by:
        getResponseIdBytes in interface StreamingDetectIntentResponseOrBuilder
        Returns:
        The bytes for responseId.
      • setResponseId

        public StreamingDetectIntentResponse.Builder setResponseId​(String value)
         The unique identifier of the response. It can be used to
         locate a response in the training example set or for reporting issues.
         
        string response_id = 1;
        Parameters:
        value - The responseId to set.
        Returns:
        This builder for chaining.
      • clearResponseId

        public StreamingDetectIntentResponse.Builder clearResponseId()
         The unique identifier of the response. It can be used to
         locate a response in the training example set or for reporting issues.
         
        string response_id = 1;
        Returns:
        This builder for chaining.
      • setResponseIdBytes

        public StreamingDetectIntentResponse.Builder setResponseIdBytes​(com.google.protobuf.ByteString value)
         The unique identifier of the response. It can be used to
         locate a response in the training example set or for reporting issues.
         
        string response_id = 1;
        Parameters:
        value - The bytes for responseId to set.
        Returns:
        This builder for chaining.
      • hasRecognitionResult

        public boolean hasRecognitionResult()
         The result of speech recognition.
         
        .google.cloud.dialogflow.v2beta1.StreamingRecognitionResult recognition_result = 2;
        Specified by:
        hasRecognitionResult in interface StreamingDetectIntentResponseOrBuilder
        Returns:
        Whether the recognitionResult field is set.
      • clearRecognitionResult

        public StreamingDetectIntentResponse.Builder clearRecognitionResult()
         The result of speech recognition.
         
        .google.cloud.dialogflow.v2beta1.StreamingRecognitionResult recognition_result = 2;
      • getRecognitionResultBuilder

        public StreamingRecognitionResult.Builder getRecognitionResultBuilder()
         The result of speech recognition.
         
        .google.cloud.dialogflow.v2beta1.StreamingRecognitionResult recognition_result = 2;
      • hasQueryResult

        public boolean hasQueryResult()
         The selected results of the conversational query or event processing.
         See `alternative_query_results` for additional potential results.
         
        .google.cloud.dialogflow.v2beta1.QueryResult query_result = 3;
        Specified by:
        hasQueryResult in interface StreamingDetectIntentResponseOrBuilder
        Returns:
        Whether the queryResult field is set.
      • getQueryResult

        public QueryResult getQueryResult()
         The selected results of the conversational query or event processing.
         See `alternative_query_results` for additional potential results.
         
        .google.cloud.dialogflow.v2beta1.QueryResult query_result = 3;
        Specified by:
        getQueryResult in interface StreamingDetectIntentResponseOrBuilder
        Returns:
        The queryResult.
      • setQueryResult

        public StreamingDetectIntentResponse.Builder setQueryResult​(QueryResult value)
         The selected results of the conversational query or event processing.
         See `alternative_query_results` for additional potential results.
         
        .google.cloud.dialogflow.v2beta1.QueryResult query_result = 3;
      • setQueryResult

        public StreamingDetectIntentResponse.Builder setQueryResult​(QueryResult.Builder builderForValue)
         The selected results of the conversational query or event processing.
         See `alternative_query_results` for additional potential results.
         
        .google.cloud.dialogflow.v2beta1.QueryResult query_result = 3;
      • mergeQueryResult

        public StreamingDetectIntentResponse.Builder mergeQueryResult​(QueryResult value)
         The selected results of the conversational query or event processing.
         See `alternative_query_results` for additional potential results.
         
        .google.cloud.dialogflow.v2beta1.QueryResult query_result = 3;
      • clearQueryResult

        public StreamingDetectIntentResponse.Builder clearQueryResult()
         The selected results of the conversational query or event processing.
         See `alternative_query_results` for additional potential results.
         
        .google.cloud.dialogflow.v2beta1.QueryResult query_result = 3;
      • getQueryResultBuilder

        public QueryResult.Builder getQueryResultBuilder()
         The selected results of the conversational query or event processing.
         See `alternative_query_results` for additional potential results.
         
        .google.cloud.dialogflow.v2beta1.QueryResult query_result = 3;
      • getAlternativeQueryResultsList

        public List<QueryResult> getAlternativeQueryResultsList()
         If Knowledge Connectors are enabled, there could be more than one result
         returned for a given query or event, and this field will contain all
         results except for the top one, which is captured in query_result. The
         alternative results are ordered by decreasing
         `QueryResult.intent_detection_confidence`. If Knowledge Connectors are
         disabled, this field will be empty until multiple responses for regular
         intents are supported, at which point those additional results will be
         surfaced here.
         
        repeated .google.cloud.dialogflow.v2beta1.QueryResult alternative_query_results = 7;
        Specified by:
        getAlternativeQueryResultsList in interface StreamingDetectIntentResponseOrBuilder
      • getAlternativeQueryResultsCount

        public int getAlternativeQueryResultsCount()
         If Knowledge Connectors are enabled, there could be more than one result
         returned for a given query or event, and this field will contain all
         results except for the top one, which is captured in query_result. The
         alternative results are ordered by decreasing
         `QueryResult.intent_detection_confidence`. If Knowledge Connectors are
         disabled, this field will be empty until multiple responses for regular
         intents are supported, at which point those additional results will be
         surfaced here.
         
        repeated .google.cloud.dialogflow.v2beta1.QueryResult alternative_query_results = 7;
        Specified by:
        getAlternativeQueryResultsCount in interface StreamingDetectIntentResponseOrBuilder
      • getAlternativeQueryResults

        public QueryResult getAlternativeQueryResults​(int index)
         If Knowledge Connectors are enabled, there could be more than one result
         returned for a given query or event, and this field will contain all
         results except for the top one, which is captured in query_result. The
         alternative results are ordered by decreasing
         `QueryResult.intent_detection_confidence`. If Knowledge Connectors are
         disabled, this field will be empty until multiple responses for regular
         intents are supported, at which point those additional results will be
         surfaced here.
         
        repeated .google.cloud.dialogflow.v2beta1.QueryResult alternative_query_results = 7;
        Specified by:
        getAlternativeQueryResults in interface StreamingDetectIntentResponseOrBuilder
      • setAlternativeQueryResults

        public StreamingDetectIntentResponse.Builder setAlternativeQueryResults​(int index,
                                                                                QueryResult value)
         If Knowledge Connectors are enabled, there could be more than one result
         returned for a given query or event, and this field will contain all
         results except for the top one, which is captured in query_result. The
         alternative results are ordered by decreasing
         `QueryResult.intent_detection_confidence`. If Knowledge Connectors are
         disabled, this field will be empty until multiple responses for regular
         intents are supported, at which point those additional results will be
         surfaced here.
         
        repeated .google.cloud.dialogflow.v2beta1.QueryResult alternative_query_results = 7;
      • setAlternativeQueryResults

        public StreamingDetectIntentResponse.Builder setAlternativeQueryResults​(int index,
                                                                                QueryResult.Builder builderForValue)
         If Knowledge Connectors are enabled, there could be more than one result
         returned for a given query or event, and this field will contain all
         results except for the top one, which is captured in query_result. The
         alternative results are ordered by decreasing
         `QueryResult.intent_detection_confidence`. If Knowledge Connectors are
         disabled, this field will be empty until multiple responses for regular
         intents are supported, at which point those additional results will be
         surfaced here.
         
        repeated .google.cloud.dialogflow.v2beta1.QueryResult alternative_query_results = 7;
      • addAlternativeQueryResults

        public StreamingDetectIntentResponse.Builder addAlternativeQueryResults​(QueryResult value)
         If Knowledge Connectors are enabled, there could be more than one result
         returned for a given query or event, and this field will contain all
         results except for the top one, which is captured in query_result. The
         alternative results are ordered by decreasing
         `QueryResult.intent_detection_confidence`. If Knowledge Connectors are
         disabled, this field will be empty until multiple responses for regular
         intents are supported, at which point those additional results will be
         surfaced here.
         
        repeated .google.cloud.dialogflow.v2beta1.QueryResult alternative_query_results = 7;
      • addAlternativeQueryResults

        public StreamingDetectIntentResponse.Builder addAlternativeQueryResults​(int index,
                                                                                QueryResult value)
         If Knowledge Connectors are enabled, there could be more than one result
         returned for a given query or event, and this field will contain all
         results except for the top one, which is captured in query_result. The
         alternative results are ordered by decreasing
         `QueryResult.intent_detection_confidence`. If Knowledge Connectors are
         disabled, this field will be empty until multiple responses for regular
         intents are supported, at which point those additional results will be
         surfaced here.
         
        repeated .google.cloud.dialogflow.v2beta1.QueryResult alternative_query_results = 7;
      • addAlternativeQueryResults

        public StreamingDetectIntentResponse.Builder addAlternativeQueryResults​(QueryResult.Builder builderForValue)
         If Knowledge Connectors are enabled, there could be more than one result
         returned for a given query or event, and this field will contain all
         results except for the top one, which is captured in query_result. The
         alternative results are ordered by decreasing
         `QueryResult.intent_detection_confidence`. If Knowledge Connectors are
         disabled, this field will be empty until multiple responses for regular
         intents are supported, at which point those additional results will be
         surfaced here.
         
        repeated .google.cloud.dialogflow.v2beta1.QueryResult alternative_query_results = 7;
      • addAlternativeQueryResults

        public StreamingDetectIntentResponse.Builder addAlternativeQueryResults​(int index,
                                                                                QueryResult.Builder builderForValue)
         If Knowledge Connectors are enabled, there could be more than one result
         returned for a given query or event, and this field will contain all
         results except for the top one, which is captured in query_result. The
         alternative results are ordered by decreasing
         `QueryResult.intent_detection_confidence`. If Knowledge Connectors are
         disabled, this field will be empty until multiple responses for regular
         intents are supported, at which point those additional results will be
         surfaced here.
         
        repeated .google.cloud.dialogflow.v2beta1.QueryResult alternative_query_results = 7;
      • addAllAlternativeQueryResults

        public StreamingDetectIntentResponse.Builder addAllAlternativeQueryResults​(Iterable<? extends QueryResult> values)
         If Knowledge Connectors are enabled, there could be more than one result
         returned for a given query or event, and this field will contain all
         results except for the top one, which is captured in query_result. The
         alternative results are ordered by decreasing
         `QueryResult.intent_detection_confidence`. If Knowledge Connectors are
         disabled, this field will be empty until multiple responses for regular
         intents are supported, at which point those additional results will be
         surfaced here.
         
        repeated .google.cloud.dialogflow.v2beta1.QueryResult alternative_query_results = 7;
      • clearAlternativeQueryResults

        public StreamingDetectIntentResponse.Builder clearAlternativeQueryResults()
         If Knowledge Connectors are enabled, there could be more than one result
         returned for a given query or event, and this field will contain all
         results except for the top one, which is captured in query_result. The
         alternative results are ordered by decreasing
         `QueryResult.intent_detection_confidence`. If Knowledge Connectors are
         disabled, this field will be empty until multiple responses for regular
         intents are supported, at which point those additional results will be
         surfaced here.
         
        repeated .google.cloud.dialogflow.v2beta1.QueryResult alternative_query_results = 7;
      • removeAlternativeQueryResults

        public StreamingDetectIntentResponse.Builder removeAlternativeQueryResults​(int index)
         If Knowledge Connectors are enabled, there could be more than one result
         returned for a given query or event, and this field will contain all
         results except for the top one, which is captured in query_result. The
         alternative results are ordered by decreasing
         `QueryResult.intent_detection_confidence`. If Knowledge Connectors are
         disabled, this field will be empty until multiple responses for regular
         intents are supported, at which point those additional results will be
         surfaced here.
         
        repeated .google.cloud.dialogflow.v2beta1.QueryResult alternative_query_results = 7;
      • getAlternativeQueryResultsBuilder

        public QueryResult.Builder getAlternativeQueryResultsBuilder​(int index)
         If Knowledge Connectors are enabled, there could be more than one result
         returned for a given query or event, and this field will contain all
         results except for the top one, which is captured in query_result. The
         alternative results are ordered by decreasing
         `QueryResult.intent_detection_confidence`. If Knowledge Connectors are
         disabled, this field will be empty until multiple responses for regular
         intents are supported, at which point those additional results will be
         surfaced here.
         
        repeated .google.cloud.dialogflow.v2beta1.QueryResult alternative_query_results = 7;
      • getAlternativeQueryResultsOrBuilder

        public QueryResultOrBuilder getAlternativeQueryResultsOrBuilder​(int index)
         If Knowledge Connectors are enabled, there could be more than one result
         returned for a given query or event, and this field will contain all
         results except for the top one, which is captured in query_result. The
         alternative results are ordered by decreasing
         `QueryResult.intent_detection_confidence`. If Knowledge Connectors are
         disabled, this field will be empty until multiple responses for regular
         intents are supported, at which point those additional results will be
         surfaced here.
         
        repeated .google.cloud.dialogflow.v2beta1.QueryResult alternative_query_results = 7;
        Specified by:
        getAlternativeQueryResultsOrBuilder in interface StreamingDetectIntentResponseOrBuilder
      • getAlternativeQueryResultsOrBuilderList

        public List<? extends QueryResultOrBuilder> getAlternativeQueryResultsOrBuilderList()
         If Knowledge Connectors are enabled, there could be more than one result
         returned for a given query or event, and this field will contain all
         results except for the top one, which is captured in query_result. The
         alternative results are ordered by decreasing
         `QueryResult.intent_detection_confidence`. If Knowledge Connectors are
         disabled, this field will be empty until multiple responses for regular
         intents are supported, at which point those additional results will be
         surfaced here.
         
        repeated .google.cloud.dialogflow.v2beta1.QueryResult alternative_query_results = 7;
        Specified by:
        getAlternativeQueryResultsOrBuilderList in interface StreamingDetectIntentResponseOrBuilder
      • addAlternativeQueryResultsBuilder

        public QueryResult.Builder addAlternativeQueryResultsBuilder()
         If Knowledge Connectors are enabled, there could be more than one result
         returned for a given query or event, and this field will contain all
         results except for the top one, which is captured in query_result. The
         alternative results are ordered by decreasing
         `QueryResult.intent_detection_confidence`. If Knowledge Connectors are
         disabled, this field will be empty until multiple responses for regular
         intents are supported, at which point those additional results will be
         surfaced here.
         
        repeated .google.cloud.dialogflow.v2beta1.QueryResult alternative_query_results = 7;
      • addAlternativeQueryResultsBuilder

        public QueryResult.Builder addAlternativeQueryResultsBuilder​(int index)
         If Knowledge Connectors are enabled, there could be more than one result
         returned for a given query or event, and this field will contain all
         results except for the top one, which is captured in query_result. The
         alternative results are ordered by decreasing
         `QueryResult.intent_detection_confidence`. If Knowledge Connectors are
         disabled, this field will be empty until multiple responses for regular
         intents are supported, at which point those additional results will be
         surfaced here.
         
        repeated .google.cloud.dialogflow.v2beta1.QueryResult alternative_query_results = 7;
      • getAlternativeQueryResultsBuilderList

        public List<QueryResult.Builder> getAlternativeQueryResultsBuilderList()
         If Knowledge Connectors are enabled, there could be more than one result
         returned for a given query or event, and this field will contain all
         results except for the top one, which is captured in query_result. The
         alternative results are ordered by decreasing
         `QueryResult.intent_detection_confidence`. If Knowledge Connectors are
         disabled, this field will be empty until multiple responses for regular
         intents are supported, at which point those additional results will be
         surfaced here.
         
        repeated .google.cloud.dialogflow.v2beta1.QueryResult alternative_query_results = 7;
      • hasWebhookStatus

        public boolean hasWebhookStatus()
         Specifies the status of the webhook request.
         
        .google.rpc.Status webhook_status = 4;
        Specified by:
        hasWebhookStatus in interface StreamingDetectIntentResponseOrBuilder
        Returns:
        Whether the webhookStatus field is set.
      • setWebhookStatus

        public StreamingDetectIntentResponse.Builder setWebhookStatus​(com.google.rpc.Status value)
         Specifies the status of the webhook request.
         
        .google.rpc.Status webhook_status = 4;
      • setWebhookStatus

        public StreamingDetectIntentResponse.Builder setWebhookStatus​(com.google.rpc.Status.Builder builderForValue)
         Specifies the status of the webhook request.
         
        .google.rpc.Status webhook_status = 4;
      • mergeWebhookStatus

        public StreamingDetectIntentResponse.Builder mergeWebhookStatus​(com.google.rpc.Status value)
         Specifies the status of the webhook request.
         
        .google.rpc.Status webhook_status = 4;
      • getWebhookStatusBuilder

        public com.google.rpc.Status.Builder getWebhookStatusBuilder()
         Specifies the status of the webhook request.
         
        .google.rpc.Status webhook_status = 4;
      • getOutputAudio

        public com.google.protobuf.ByteString getOutputAudio()
         The audio data bytes encoded as specified in the request.
         Note: The output audio is generated based on the values of default platform
         text responses found in the `query_result.fulfillment_messages` field. If
         multiple default text responses exist, they will be concatenated when
         generating audio. If no default platform text responses exist, the
         generated audio content will be empty.
        
         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.
         
        bytes output_audio = 5;
        Specified by:
        getOutputAudio in interface StreamingDetectIntentResponseOrBuilder
        Returns:
        The outputAudio.
      • setOutputAudio

        public StreamingDetectIntentResponse.Builder setOutputAudio​(com.google.protobuf.ByteString value)
         The audio data bytes encoded as specified in the request.
         Note: The output audio is generated based on the values of default platform
         text responses found in the `query_result.fulfillment_messages` field. If
         multiple default text responses exist, they will be concatenated when
         generating audio. If no default platform text responses exist, the
         generated audio content will be empty.
        
         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.
         
        bytes output_audio = 5;
        Parameters:
        value - The outputAudio to set.
        Returns:
        This builder for chaining.
      • clearOutputAudio

        public StreamingDetectIntentResponse.Builder clearOutputAudio()
         The audio data bytes encoded as specified in the request.
         Note: The output audio is generated based on the values of default platform
         text responses found in the `query_result.fulfillment_messages` field. If
         multiple default text responses exist, they will be concatenated when
         generating audio. If no default platform text responses exist, the
         generated audio content will be empty.
        
         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.
         
        bytes output_audio = 5;
        Returns:
        This builder for chaining.
      • hasOutputAudioConfig

        public boolean hasOutputAudioConfig()
         The config used by the speech synthesizer to generate the output audio.
         
        .google.cloud.dialogflow.v2beta1.OutputAudioConfig output_audio_config = 6;
        Specified by:
        hasOutputAudioConfig in interface StreamingDetectIntentResponseOrBuilder
        Returns:
        Whether the outputAudioConfig field is set.
      • mergeOutputAudioConfig

        public StreamingDetectIntentResponse.Builder mergeOutputAudioConfig​(OutputAudioConfig value)
         The config used by the speech synthesizer to generate the output audio.
         
        .google.cloud.dialogflow.v2beta1.OutputAudioConfig output_audio_config = 6;
      • clearOutputAudioConfig

        public StreamingDetectIntentResponse.Builder clearOutputAudioConfig()
         The config used by the speech synthesizer to generate the output audio.
         
        .google.cloud.dialogflow.v2beta1.OutputAudioConfig output_audio_config = 6;
      • getOutputAudioConfigBuilder

        public OutputAudioConfig.Builder getOutputAudioConfigBuilder()
         The config used by the speech synthesizer to generate the output audio.
         
        .google.cloud.dialogflow.v2beta1.OutputAudioConfig output_audio_config = 6;
      • hasDebuggingInfo

        public boolean hasDebuggingInfo()
         Debugging info that would get populated when
         `StreamingDetectIntentRequest.enable_debugging_info` is set to true.
         
        .google.cloud.dialogflow.v2beta1.CloudConversationDebuggingInfo debugging_info = 8;
        Specified by:
        hasDebuggingInfo in interface StreamingDetectIntentResponseOrBuilder
        Returns:
        Whether the debuggingInfo field is set.
      • clearDebuggingInfo

        public StreamingDetectIntentResponse.Builder clearDebuggingInfo()
         Debugging info that would get populated when
         `StreamingDetectIntentRequest.enable_debugging_info` is set to true.
         
        .google.cloud.dialogflow.v2beta1.CloudConversationDebuggingInfo debugging_info = 8;
      • getDebuggingInfoBuilder

        public CloudConversationDebuggingInfo.Builder getDebuggingInfoBuilder()
         Debugging info that would get populated when
         `StreamingDetectIntentRequest.enable_debugging_info` is set to true.
         
        .google.cloud.dialogflow.v2beta1.CloudConversationDebuggingInfo debugging_info = 8;