Interface StreamingDetectIntentResponseOrBuilder

    • Method Detail

      • hasRecognitionResult

        boolean hasRecognitionResult()
         The result of speech recognition.
         
        .google.cloud.dialogflow.cx.v3beta1.StreamingRecognitionResult recognition_result = 1;
        Returns:
        Whether the recognitionResult field is set.
      • getRecognitionResult

        StreamingRecognitionResult getRecognitionResult()
         The result of speech recognition.
         
        .google.cloud.dialogflow.cx.v3beta1.StreamingRecognitionResult recognition_result = 1;
        Returns:
        The recognitionResult.
      • getRecognitionResultOrBuilder

        StreamingRecognitionResultOrBuilder getRecognitionResultOrBuilder()
         The result of speech recognition.
         
        .google.cloud.dialogflow.cx.v3beta1.StreamingRecognitionResult recognition_result = 1;
      • hasDetectIntentResponse

        boolean hasDetectIntentResponse()
         The response from detect intent.
         
        .google.cloud.dialogflow.cx.v3beta1.DetectIntentResponse detect_intent_response = 2;
        Returns:
        Whether the detectIntentResponse field is set.
      • getDetectIntentResponse

        DetectIntentResponse getDetectIntentResponse()
         The response from detect intent.
         
        .google.cloud.dialogflow.cx.v3beta1.DetectIntentResponse detect_intent_response = 2;
        Returns:
        The detectIntentResponse.
      • getDetectIntentResponseOrBuilder

        DetectIntentResponseOrBuilder getDetectIntentResponseOrBuilder()
         The response from detect intent.
         
        .google.cloud.dialogflow.cx.v3beta1.DetectIntentResponse detect_intent_response = 2;
      • hasDebuggingInfo

        boolean hasDebuggingInfo()
         Debugging info that would get populated when
         `StreamingDetectIntentRequest.enable_debugging_info` is set to true.
         
        .google.cloud.dialogflow.cx.v3beta1.CloudConversationDebuggingInfo debugging_info = 4;
        Returns:
        Whether the debuggingInfo field is set.
      • getDebuggingInfo

        CloudConversationDebuggingInfo getDebuggingInfo()
         Debugging info that would get populated when
         `StreamingDetectIntentRequest.enable_debugging_info` is set to true.
         
        .google.cloud.dialogflow.cx.v3beta1.CloudConversationDebuggingInfo debugging_info = 4;
        Returns:
        The debuggingInfo.
      • getDebuggingInfoOrBuilder

        CloudConversationDebuggingInfoOrBuilder getDebuggingInfoOrBuilder()
         Debugging info that would get populated when
         `StreamingDetectIntentRequest.enable_debugging_info` is set to true.
         
        .google.cloud.dialogflow.cx.v3beta1.CloudConversationDebuggingInfo debugging_info = 4;