Class StreamingDetectIntentResponse.Builder (0.52.0)

public static final class StreamingDetectIntentResponse.Builder extends GeneratedMessageV3.Builder<StreamingDetectIntentResponse.Builder> implements StreamingDetectIntentResponseOrBuilder

The top-level message returned from the 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 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 field to PARTIAL.

    For the final Nth response message, the detect_intent_response is fully populated, and DetectIntentResponse.response_type is set to FINAL.

Protobuf type google.cloud.dialogflow.cx.v3.StreamingDetectIntentResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public StreamingDetectIntentResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
StreamingDetectIntentResponse.Builder
Overrides

build()

public StreamingDetectIntentResponse build()
Returns
TypeDescription
StreamingDetectIntentResponse

buildPartial()

public StreamingDetectIntentResponse buildPartial()
Returns
TypeDescription
StreamingDetectIntentResponse

clear()

public StreamingDetectIntentResponse.Builder clear()
Returns
TypeDescription
StreamingDetectIntentResponse.Builder
Overrides

clearDebuggingInfo()

public StreamingDetectIntentResponse.Builder clearDebuggingInfo()

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
TypeDescription
StreamingDetectIntentResponse.Builder

clearDetectIntentResponse()

public StreamingDetectIntentResponse.Builder clearDetectIntentResponse()

The response from detect intent.

.google.cloud.dialogflow.cx.v3.DetectIntentResponse detect_intent_response = 2;

Returns
TypeDescription
StreamingDetectIntentResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public StreamingDetectIntentResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
StreamingDetectIntentResponse.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public StreamingDetectIntentResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
StreamingDetectIntentResponse.Builder
Overrides

clearRecognitionResult()

public StreamingDetectIntentResponse.Builder clearRecognitionResult()

The result of speech recognition.

.google.cloud.dialogflow.cx.v3.StreamingRecognitionResult recognition_result = 1;

Returns
TypeDescription
StreamingDetectIntentResponse.Builder

clearResponse()

public StreamingDetectIntentResponse.Builder clearResponse()
Returns
TypeDescription
StreamingDetectIntentResponse.Builder

clone()

public StreamingDetectIntentResponse.Builder clone()
Returns
TypeDescription
StreamingDetectIntentResponse.Builder
Overrides

getDebuggingInfo()

public 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
TypeDescription
CloudConversationDebuggingInfo

The debuggingInfo.

getDebuggingInfoBuilder()

public CloudConversationDebuggingInfo.Builder getDebuggingInfoBuilder()

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
TypeDescription
CloudConversationDebuggingInfo.Builder

getDebuggingInfoOrBuilder()

public 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;

Returns
TypeDescription
CloudConversationDebuggingInfoOrBuilder

getDefaultInstanceForType()

public StreamingDetectIntentResponse getDefaultInstanceForType()
Returns
TypeDescription
StreamingDetectIntentResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDetectIntentResponse()

public DetectIntentResponse getDetectIntentResponse()

The response from detect intent.

.google.cloud.dialogflow.cx.v3.DetectIntentResponse detect_intent_response = 2;

Returns
TypeDescription
DetectIntentResponse

The detectIntentResponse.

getDetectIntentResponseBuilder()

public DetectIntentResponse.Builder getDetectIntentResponseBuilder()

The response from detect intent.

.google.cloud.dialogflow.cx.v3.DetectIntentResponse detect_intent_response = 2;

Returns
TypeDescription
DetectIntentResponse.Builder

getDetectIntentResponseOrBuilder()

public DetectIntentResponseOrBuilder getDetectIntentResponseOrBuilder()

The response from detect intent.

.google.cloud.dialogflow.cx.v3.DetectIntentResponse detect_intent_response = 2;

Returns
TypeDescription
DetectIntentResponseOrBuilder

getRecognitionResult()

public StreamingRecognitionResult getRecognitionResult()

The result of speech recognition.

.google.cloud.dialogflow.cx.v3.StreamingRecognitionResult recognition_result = 1;

Returns
TypeDescription
StreamingRecognitionResult

The recognitionResult.

getRecognitionResultBuilder()

public StreamingRecognitionResult.Builder getRecognitionResultBuilder()

The result of speech recognition.

.google.cloud.dialogflow.cx.v3.StreamingRecognitionResult recognition_result = 1;

Returns
TypeDescription
StreamingRecognitionResult.Builder

getRecognitionResultOrBuilder()

public StreamingRecognitionResultOrBuilder getRecognitionResultOrBuilder()

The result of speech recognition.

.google.cloud.dialogflow.cx.v3.StreamingRecognitionResult recognition_result = 1;

Returns
TypeDescription
StreamingRecognitionResultOrBuilder

getResponseCase()

public StreamingDetectIntentResponse.ResponseCase getResponseCase()
Returns
TypeDescription
StreamingDetectIntentResponse.ResponseCase

hasDebuggingInfo()

public 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
TypeDescription
boolean

Whether the debuggingInfo field is set.

hasDetectIntentResponse()

public boolean hasDetectIntentResponse()

The response from detect intent.

.google.cloud.dialogflow.cx.v3.DetectIntentResponse detect_intent_response = 2;

Returns
TypeDescription
boolean

Whether the detectIntentResponse field is set.

hasRecognitionResult()

public boolean hasRecognitionResult()

The result of speech recognition.

.google.cloud.dialogflow.cx.v3.StreamingRecognitionResult recognition_result = 1;

Returns
TypeDescription
boolean

Whether the recognitionResult field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeDebuggingInfo(CloudConversationDebuggingInfo value)

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.v3.CloudConversationDebuggingInfo debugging_info = 4;

Parameter
NameDescription
valueCloudConversationDebuggingInfo
Returns
TypeDescription
StreamingDetectIntentResponse.Builder

mergeDetectIntentResponse(DetectIntentResponse value)

public StreamingDetectIntentResponse.Builder mergeDetectIntentResponse(DetectIntentResponse value)

The response from detect intent.

.google.cloud.dialogflow.cx.v3.DetectIntentResponse detect_intent_response = 2;

Parameter
NameDescription
valueDetectIntentResponse
Returns
TypeDescription
StreamingDetectIntentResponse.Builder

mergeFrom(StreamingDetectIntentResponse other)

public StreamingDetectIntentResponse.Builder mergeFrom(StreamingDetectIntentResponse other)
Parameter
NameDescription
otherStreamingDetectIntentResponse
Returns
TypeDescription
StreamingDetectIntentResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public StreamingDetectIntentResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StreamingDetectIntentResponse.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public StreamingDetectIntentResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
StreamingDetectIntentResponse.Builder
Overrides

mergeRecognitionResult(StreamingRecognitionResult value)

public StreamingDetectIntentResponse.Builder mergeRecognitionResult(StreamingRecognitionResult value)

The result of speech recognition.

.google.cloud.dialogflow.cx.v3.StreamingRecognitionResult recognition_result = 1;

Parameter
NameDescription
valueStreamingRecognitionResult
Returns
TypeDescription
StreamingDetectIntentResponse.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final StreamingDetectIntentResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
StreamingDetectIntentResponse.Builder
Overrides

setDebuggingInfo(CloudConversationDebuggingInfo value)

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.v3.CloudConversationDebuggingInfo debugging_info = 4;

Parameter
NameDescription
valueCloudConversationDebuggingInfo
Returns
TypeDescription
StreamingDetectIntentResponse.Builder

setDebuggingInfo(CloudConversationDebuggingInfo.Builder builderForValue)

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.v3.CloudConversationDebuggingInfo debugging_info = 4;

Parameter
NameDescription
builderForValueCloudConversationDebuggingInfo.Builder
Returns
TypeDescription
StreamingDetectIntentResponse.Builder

setDetectIntentResponse(DetectIntentResponse value)

public StreamingDetectIntentResponse.Builder setDetectIntentResponse(DetectIntentResponse value)

The response from detect intent.

.google.cloud.dialogflow.cx.v3.DetectIntentResponse detect_intent_response = 2;

Parameter
NameDescription
valueDetectIntentResponse
Returns
TypeDescription
StreamingDetectIntentResponse.Builder

setDetectIntentResponse(DetectIntentResponse.Builder builderForValue)

public StreamingDetectIntentResponse.Builder setDetectIntentResponse(DetectIntentResponse.Builder builderForValue)

The response from detect intent.

.google.cloud.dialogflow.cx.v3.DetectIntentResponse detect_intent_response = 2;

Parameter
NameDescription
builderForValueDetectIntentResponse.Builder
Returns
TypeDescription
StreamingDetectIntentResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public StreamingDetectIntentResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
StreamingDetectIntentResponse.Builder
Overrides

setRecognitionResult(StreamingRecognitionResult value)

public StreamingDetectIntentResponse.Builder setRecognitionResult(StreamingRecognitionResult value)

The result of speech recognition.

.google.cloud.dialogflow.cx.v3.StreamingRecognitionResult recognition_result = 1;

Parameter
NameDescription
valueStreamingRecognitionResult
Returns
TypeDescription
StreamingDetectIntentResponse.Builder

setRecognitionResult(StreamingRecognitionResult.Builder builderForValue)

public StreamingDetectIntentResponse.Builder setRecognitionResult(StreamingRecognitionResult.Builder builderForValue)

The result of speech recognition.

.google.cloud.dialogflow.cx.v3.StreamingRecognitionResult recognition_result = 1;

Parameter
NameDescription
builderForValueStreamingRecognitionResult.Builder
Returns
TypeDescription
StreamingDetectIntentResponse.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public StreamingDetectIntentResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
StreamingDetectIntentResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final StreamingDetectIntentResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
StreamingDetectIntentResponse.Builder
Overrides