Interface StreamingDetectIntentResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamingDetectIntentResponse,StreamingDetectIntentResponse.Builder
public interface StreamingDetectIntentResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudConversationDebuggingInfogetDebuggingInfo()Debugging info that would get populated when `StreamingDetectIntentRequest.enable_debugging_info` is set to true.CloudConversationDebuggingInfoOrBuildergetDebuggingInfoOrBuilder()Debugging info that would get populated when `StreamingDetectIntentRequest.enable_debugging_info` is set to true.DetectIntentResponsegetDetectIntentResponse()The response from detect intent.DetectIntentResponseOrBuildergetDetectIntentResponseOrBuilder()The response from detect intent.StreamingRecognitionResultgetRecognitionResult()The result of speech recognition.StreamingRecognitionResultOrBuildergetRecognitionResultOrBuilder()The result of speech recognition.StreamingDetectIntentResponse.ResponseCasegetResponseCase()booleanhasDebuggingInfo()Debugging info that would get populated when `StreamingDetectIntentRequest.enable_debugging_info` is set to true.booleanhasDetectIntentResponse()The response from detect intent.booleanhasRecognitionResult()The result of speech recognition.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRecognitionResult
boolean hasRecognitionResult()
The result of speech recognition.
.google.cloud.dialogflow.cx.v3.StreamingRecognitionResult recognition_result = 1;- Returns:
- Whether the recognitionResult field is set.
-
getRecognitionResult
StreamingRecognitionResult getRecognitionResult()
The result of speech recognition.
.google.cloud.dialogflow.cx.v3.StreamingRecognitionResult recognition_result = 1;- Returns:
- The recognitionResult.
-
getRecognitionResultOrBuilder
StreamingRecognitionResultOrBuilder getRecognitionResultOrBuilder()
The result of speech recognition.
.google.cloud.dialogflow.cx.v3.StreamingRecognitionResult recognition_result = 1;
-
hasDetectIntentResponse
boolean hasDetectIntentResponse()
The response from detect intent.
.google.cloud.dialogflow.cx.v3.DetectIntentResponse detect_intent_response = 2;- Returns:
- Whether the detectIntentResponse field is set.
-
getDetectIntentResponse
DetectIntentResponse getDetectIntentResponse()
The response from detect intent.
.google.cloud.dialogflow.cx.v3.DetectIntentResponse detect_intent_response = 2;- Returns:
- The detectIntentResponse.
-
getDetectIntentResponseOrBuilder
DetectIntentResponseOrBuilder getDetectIntentResponseOrBuilder()
The response from detect intent.
.google.cloud.dialogflow.cx.v3.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.v3.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.v3.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.v3.CloudConversationDebuggingInfo debugging_info = 4;
-
getResponseCase
StreamingDetectIntentResponse.ResponseCase getResponseCase()
-
-