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 CloudConversationDebuggingInfo
getDebuggingInfo()
Debugging info that would get populated when `StreamingDetectIntentRequest.enable_debugging_info` is set to true.CloudConversationDebuggingInfoOrBuilder
getDebuggingInfoOrBuilder()
Debugging info that would get populated when `StreamingDetectIntentRequest.enable_debugging_info` is set to true.DetectIntentResponse
getDetectIntentResponse()
The response from detect intent.DetectIntentResponseOrBuilder
getDetectIntentResponseOrBuilder()
The response from detect intent.StreamingRecognitionResult
getRecognitionResult()
The result of speech recognition.StreamingRecognitionResultOrBuilder
getRecognitionResultOrBuilder()
The result of speech recognition.StreamingDetectIntentResponse.ResponseCase
getResponseCase()
boolean
hasDebuggingInfo()
Debugging info that would get populated when `StreamingDetectIntentRequest.enable_debugging_info` is set to true.boolean
hasDetectIntentResponse()
The response from detect intent.boolean
hasRecognitionResult()
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.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;
-
getResponseCase
StreamingDetectIntentResponse.ResponseCase getResponseCase()
-
-