Class StreamingDetectIntentResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<StreamingDetectIntentResponse.Builder>
-
- com.google.cloud.dialogflow.cx.v3beta1.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][google.cloud.dialogflow.cx.v3beta1.Sessions.StreamingDetectIntent] method. Multiple response messages (N) can be returned in order. The first (N-1) responses set either the `recognition_result` or `detect_intent_response` field, depending on the request: * If the `StreamingDetectIntentRequest.query_input.audio` field was set, and the `StreamingDetectIntentRequest.enable_partial_response` field was false, the `recognition_result` field is populated for each of the (N-1) responses. See the [StreamingRecognitionResult][google.cloud.dialogflow.cx.v3beta1.StreamingRecognitionResult] message for details about the result message sequence. * If the `StreamingDetectIntentRequest.enable_partial_response` field was true, the `detect_intent_response` field is populated for each of the (N-1) responses, where 1 <= N <= 4. These responses set the [DetectIntentResponse.response_type][google.cloud.dialogflow.cx.v3beta1.DetectIntentResponse.response_type] field to `PARTIAL`. For the final Nth response message, the `detect_intent_response` is fully populated, and [DetectIntentResponse.response_type][google.cloud.dialogflow.cx.v3beta1.DetectIntentResponse.response_type] is set to `FINAL`.
Protobuf typegoogle.cloud.dialogflow.cx.v3beta1.StreamingDetectIntentResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamingDetectIntentResponse.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
StreamingDetectIntentResponse
build()
StreamingDetectIntentResponse
buildPartial()
StreamingDetectIntentResponse.Builder
clear()
StreamingDetectIntentResponse.Builder
clearDebuggingInfo()
Debugging info that would get populated when `StreamingDetectIntentRequest.enable_debugging_info` is set to true.StreamingDetectIntentResponse.Builder
clearDetectIntentResponse()
The response from detect intent.StreamingDetectIntentResponse.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
StreamingDetectIntentResponse.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
StreamingDetectIntentResponse.Builder
clearRecognitionResult()
The result of speech recognition.StreamingDetectIntentResponse.Builder
clearResponse()
StreamingDetectIntentResponse.Builder
clone()
CloudConversationDebuggingInfo
getDebuggingInfo()
Debugging info that would get populated when `StreamingDetectIntentRequest.enable_debugging_info` is set to true.CloudConversationDebuggingInfo.Builder
getDebuggingInfoBuilder()
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.StreamingDetectIntentResponse
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
DetectIntentResponse
getDetectIntentResponse()
The response from detect intent.DetectIntentResponse.Builder
getDetectIntentResponseBuilder()
The response from detect intent.DetectIntentResponseOrBuilder
getDetectIntentResponseOrBuilder()
The response from detect intent.StreamingRecognitionResult
getRecognitionResult()
The result of speech recognition.StreamingRecognitionResult.Builder
getRecognitionResultBuilder()
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.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
StreamingDetectIntentResponse.Builder
mergeDebuggingInfo(CloudConversationDebuggingInfo value)
Debugging info that would get populated when `StreamingDetectIntentRequest.enable_debugging_info` is set to true.StreamingDetectIntentResponse.Builder
mergeDetectIntentResponse(DetectIntentResponse value)
The response from detect intent.StreamingDetectIntentResponse.Builder
mergeFrom(StreamingDetectIntentResponse other)
StreamingDetectIntentResponse.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StreamingDetectIntentResponse.Builder
mergeFrom(com.google.protobuf.Message other)
StreamingDetectIntentResponse.Builder
mergeRecognitionResult(StreamingRecognitionResult value)
The result of speech recognition.StreamingDetectIntentResponse.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
StreamingDetectIntentResponse.Builder
setDebuggingInfo(CloudConversationDebuggingInfo value)
Debugging info that would get populated when `StreamingDetectIntentRequest.enable_debugging_info` is set to true.StreamingDetectIntentResponse.Builder
setDebuggingInfo(CloudConversationDebuggingInfo.Builder builderForValue)
Debugging info that would get populated when `StreamingDetectIntentRequest.enable_debugging_info` is set to true.StreamingDetectIntentResponse.Builder
setDetectIntentResponse(DetectIntentResponse value)
The response from detect intent.StreamingDetectIntentResponse.Builder
setDetectIntentResponse(DetectIntentResponse.Builder builderForValue)
The response from detect intent.StreamingDetectIntentResponse.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
StreamingDetectIntentResponse.Builder
setRecognitionResult(StreamingRecognitionResult value)
The result of speech recognition.StreamingDetectIntentResponse.Builder
setRecognitionResult(StreamingRecognitionResult.Builder builderForValue)
The result of speech recognition.StreamingDetectIntentResponse.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
StreamingDetectIntentResponse.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingDetectIntentResponse.Builder>
-
clear
public StreamingDetectIntentResponse.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingDetectIntentResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingDetectIntentResponse.Builder>
-
getDefaultInstanceForType
public StreamingDetectIntentResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public StreamingDetectIntentResponse build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public StreamingDetectIntentResponse buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public StreamingDetectIntentResponse.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingDetectIntentResponse.Builder>
-
setField
public StreamingDetectIntentResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingDetectIntentResponse.Builder>
-
clearField
public StreamingDetectIntentResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingDetectIntentResponse.Builder>
-
clearOneof
public StreamingDetectIntentResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingDetectIntentResponse.Builder>
-
setRepeatedField
public StreamingDetectIntentResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingDetectIntentResponse.Builder>
-
addRepeatedField
public StreamingDetectIntentResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingDetectIntentResponse.Builder>
-
mergeFrom
public StreamingDetectIntentResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<StreamingDetectIntentResponse.Builder>
-
mergeFrom
public StreamingDetectIntentResponse.Builder mergeFrom(StreamingDetectIntentResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.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 interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<StreamingDetectIntentResponse.Builder>
- Throws:
IOException
-
getResponseCase
public StreamingDetectIntentResponse.ResponseCase getResponseCase()
- Specified by:
getResponseCase
in interfaceStreamingDetectIntentResponseOrBuilder
-
clearResponse
public StreamingDetectIntentResponse.Builder clearResponse()
-
hasRecognitionResult
public boolean hasRecognitionResult()
The result of speech recognition.
.google.cloud.dialogflow.cx.v3beta1.StreamingRecognitionResult recognition_result = 1;
- Specified by:
hasRecognitionResult
in interfaceStreamingDetectIntentResponseOrBuilder
- Returns:
- Whether the recognitionResult field is set.
-
getRecognitionResult
public StreamingRecognitionResult getRecognitionResult()
The result of speech recognition.
.google.cloud.dialogflow.cx.v3beta1.StreamingRecognitionResult recognition_result = 1;
- Specified by:
getRecognitionResult
in interfaceStreamingDetectIntentResponseOrBuilder
- Returns:
- The recognitionResult.
-
setRecognitionResult
public StreamingDetectIntentResponse.Builder setRecognitionResult(StreamingRecognitionResult value)
The result of speech recognition.
.google.cloud.dialogflow.cx.v3beta1.StreamingRecognitionResult recognition_result = 1;
-
setRecognitionResult
public StreamingDetectIntentResponse.Builder setRecognitionResult(StreamingRecognitionResult.Builder builderForValue)
The result of speech recognition.
.google.cloud.dialogflow.cx.v3beta1.StreamingRecognitionResult recognition_result = 1;
-
mergeRecognitionResult
public StreamingDetectIntentResponse.Builder mergeRecognitionResult(StreamingRecognitionResult value)
The result of speech recognition.
.google.cloud.dialogflow.cx.v3beta1.StreamingRecognitionResult recognition_result = 1;
-
clearRecognitionResult
public StreamingDetectIntentResponse.Builder clearRecognitionResult()
The result of speech recognition.
.google.cloud.dialogflow.cx.v3beta1.StreamingRecognitionResult recognition_result = 1;
-
getRecognitionResultBuilder
public StreamingRecognitionResult.Builder getRecognitionResultBuilder()
The result of speech recognition.
.google.cloud.dialogflow.cx.v3beta1.StreamingRecognitionResult recognition_result = 1;
-
getRecognitionResultOrBuilder
public StreamingRecognitionResultOrBuilder getRecognitionResultOrBuilder()
The result of speech recognition.
.google.cloud.dialogflow.cx.v3beta1.StreamingRecognitionResult recognition_result = 1;
- Specified by:
getRecognitionResultOrBuilder
in interfaceStreamingDetectIntentResponseOrBuilder
-
hasDetectIntentResponse
public boolean hasDetectIntentResponse()
The response from detect intent.
.google.cloud.dialogflow.cx.v3beta1.DetectIntentResponse detect_intent_response = 2;
- Specified by:
hasDetectIntentResponse
in interfaceStreamingDetectIntentResponseOrBuilder
- Returns:
- Whether the detectIntentResponse field is set.
-
getDetectIntentResponse
public DetectIntentResponse getDetectIntentResponse()
The response from detect intent.
.google.cloud.dialogflow.cx.v3beta1.DetectIntentResponse detect_intent_response = 2;
- Specified by:
getDetectIntentResponse
in interfaceStreamingDetectIntentResponseOrBuilder
- Returns:
- The detectIntentResponse.
-
setDetectIntentResponse
public StreamingDetectIntentResponse.Builder setDetectIntentResponse(DetectIntentResponse value)
The response from detect intent.
.google.cloud.dialogflow.cx.v3beta1.DetectIntentResponse detect_intent_response = 2;
-
setDetectIntentResponse
public StreamingDetectIntentResponse.Builder setDetectIntentResponse(DetectIntentResponse.Builder builderForValue)
The response from detect intent.
.google.cloud.dialogflow.cx.v3beta1.DetectIntentResponse detect_intent_response = 2;
-
mergeDetectIntentResponse
public StreamingDetectIntentResponse.Builder mergeDetectIntentResponse(DetectIntentResponse value)
The response from detect intent.
.google.cloud.dialogflow.cx.v3beta1.DetectIntentResponse detect_intent_response = 2;
-
clearDetectIntentResponse
public StreamingDetectIntentResponse.Builder clearDetectIntentResponse()
The response from detect intent.
.google.cloud.dialogflow.cx.v3beta1.DetectIntentResponse detect_intent_response = 2;
-
getDetectIntentResponseBuilder
public DetectIntentResponse.Builder getDetectIntentResponseBuilder()
The response from detect intent.
.google.cloud.dialogflow.cx.v3beta1.DetectIntentResponse detect_intent_response = 2;
-
getDetectIntentResponseOrBuilder
public DetectIntentResponseOrBuilder getDetectIntentResponseOrBuilder()
The response from detect intent.
.google.cloud.dialogflow.cx.v3beta1.DetectIntentResponse detect_intent_response = 2;
- Specified by:
getDetectIntentResponseOrBuilder
in interfaceStreamingDetectIntentResponseOrBuilder
-
hasDebuggingInfo
public 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;
- Specified by:
hasDebuggingInfo
in interfaceStreamingDetectIntentResponseOrBuilder
- Returns:
- Whether the debuggingInfo field is set.
-
getDebuggingInfo
public 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;
- Specified by:
getDebuggingInfo
in interfaceStreamingDetectIntentResponseOrBuilder
- Returns:
- The debuggingInfo.
-
setDebuggingInfo
public StreamingDetectIntentResponse.Builder setDebuggingInfo(CloudConversationDebuggingInfo value)
Debugging info that would get populated when `StreamingDetectIntentRequest.enable_debugging_info` is set to true.
.google.cloud.dialogflow.cx.v3beta1.CloudConversationDebuggingInfo debugging_info = 4;
-
setDebuggingInfo
public StreamingDetectIntentResponse.Builder setDebuggingInfo(CloudConversationDebuggingInfo.Builder builderForValue)
Debugging info that would get populated when `StreamingDetectIntentRequest.enable_debugging_info` is set to true.
.google.cloud.dialogflow.cx.v3beta1.CloudConversationDebuggingInfo debugging_info = 4;
-
mergeDebuggingInfo
public StreamingDetectIntentResponse.Builder mergeDebuggingInfo(CloudConversationDebuggingInfo value)
Debugging info that would get populated when `StreamingDetectIntentRequest.enable_debugging_info` is set to true.
.google.cloud.dialogflow.cx.v3beta1.CloudConversationDebuggingInfo debugging_info = 4;
-
clearDebuggingInfo
public StreamingDetectIntentResponse.Builder clearDebuggingInfo()
Debugging info that would get populated when `StreamingDetectIntentRequest.enable_debugging_info` is set to true.
.google.cloud.dialogflow.cx.v3beta1.CloudConversationDebuggingInfo debugging_info = 4;
-
getDebuggingInfoBuilder
public CloudConversationDebuggingInfo.Builder getDebuggingInfoBuilder()
Debugging info that would get populated when `StreamingDetectIntentRequest.enable_debugging_info` is set to true.
.google.cloud.dialogflow.cx.v3beta1.CloudConversationDebuggingInfo debugging_info = 4;
-
getDebuggingInfoOrBuilder
public 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;
- Specified by:
getDebuggingInfoOrBuilder
in interfaceStreamingDetectIntentResponseOrBuilder
-
setUnknownFields
public final StreamingDetectIntentResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingDetectIntentResponse.Builder>
-
mergeUnknownFields
public final StreamingDetectIntentResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingDetectIntentResponse.Builder>
-
-