Class StreamingDetectIntentResponse.Builder (4.47.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 can be returned in order:

  1. If the StreamingDetectIntentRequest.input_audio field was set, the recognition_result field is populated for one or more messages. See the StreamingRecognitionResult message for details about the result message sequence.

  2. The next message contains response_id, query_result and optionally webhook_status if a WebHook was called.

Protobuf type google.cloud.dialogflow.v2.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.v2.CloudConversationDebuggingInfo debugging_info = 8;

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

clearOutputAudio()

public StreamingDetectIntentResponse.Builder clearOutputAudio()

The audio data bytes encoded as specified in the request. Note: The output audio is generated based on the values of default platform text responses found in the query_result.fulfillment_messages field. If multiple default text responses exist, they will be concatenated when generating audio. If no default platform text responses exist, the generated audio content will be empty.

In some scenarios, multiple output audio fields may be present in the response structure. In these cases, only the top-most-level audio output has content.

bytes output_audio = 5;

Returns
TypeDescription
StreamingDetectIntentResponse.Builder

This builder for chaining.

clearOutputAudioConfig()

public StreamingDetectIntentResponse.Builder clearOutputAudioConfig()

The config used by the speech synthesizer to generate the output audio.

.google.cloud.dialogflow.v2.OutputAudioConfig output_audio_config = 6;

Returns
TypeDescription
StreamingDetectIntentResponse.Builder

clearQueryResult()

public StreamingDetectIntentResponse.Builder clearQueryResult()

The result of the conversational query or event processing.

.google.cloud.dialogflow.v2.QueryResult query_result = 3;

Returns
TypeDescription
StreamingDetectIntentResponse.Builder

clearRecognitionResult()

public StreamingDetectIntentResponse.Builder clearRecognitionResult()

The result of speech recognition.

.google.cloud.dialogflow.v2.StreamingRecognitionResult recognition_result = 2;

Returns
TypeDescription
StreamingDetectIntentResponse.Builder

clearResponseId()

public StreamingDetectIntentResponse.Builder clearResponseId()

The unique identifier of the response. It can be used to locate a response in the training example set or for reporting issues.

string response_id = 1;

Returns
TypeDescription
StreamingDetectIntentResponse.Builder

This builder for chaining.

clearWebhookStatus()

public StreamingDetectIntentResponse.Builder clearWebhookStatus()

Specifies the status of the webhook request.

.google.rpc.Status webhook_status = 4;

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.v2.CloudConversationDebuggingInfo debugging_info = 8;

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.v2.CloudConversationDebuggingInfo debugging_info = 8;

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.v2.CloudConversationDebuggingInfo debugging_info = 8;

Returns
TypeDescription
CloudConversationDebuggingInfoOrBuilder

getDefaultInstanceForType()

public StreamingDetectIntentResponse getDefaultInstanceForType()
Returns
TypeDescription
StreamingDetectIntentResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getOutputAudio()

public ByteString getOutputAudio()

The audio data bytes encoded as specified in the request. Note: The output audio is generated based on the values of default platform text responses found in the query_result.fulfillment_messages field. If multiple default text responses exist, they will be concatenated when generating audio. If no default platform text responses exist, the generated audio content will be empty.

In some scenarios, multiple output audio fields may be present in the response structure. In these cases, only the top-most-level audio output has content.

bytes output_audio = 5;

Returns
TypeDescription
ByteString

The outputAudio.

getOutputAudioConfig()

public OutputAudioConfig getOutputAudioConfig()

The config used by the speech synthesizer to generate the output audio.

.google.cloud.dialogflow.v2.OutputAudioConfig output_audio_config = 6;

Returns
TypeDescription
OutputAudioConfig

The outputAudioConfig.

getOutputAudioConfigBuilder()

public OutputAudioConfig.Builder getOutputAudioConfigBuilder()

The config used by the speech synthesizer to generate the output audio.

.google.cloud.dialogflow.v2.OutputAudioConfig output_audio_config = 6;

Returns
TypeDescription
OutputAudioConfig.Builder

getOutputAudioConfigOrBuilder()

public OutputAudioConfigOrBuilder getOutputAudioConfigOrBuilder()

The config used by the speech synthesizer to generate the output audio.

.google.cloud.dialogflow.v2.OutputAudioConfig output_audio_config = 6;

Returns
TypeDescription
OutputAudioConfigOrBuilder

getQueryResult()

public QueryResult getQueryResult()

The result of the conversational query or event processing.

.google.cloud.dialogflow.v2.QueryResult query_result = 3;

Returns
TypeDescription
QueryResult

The queryResult.

getQueryResultBuilder()

public QueryResult.Builder getQueryResultBuilder()

The result of the conversational query or event processing.

.google.cloud.dialogflow.v2.QueryResult query_result = 3;

Returns
TypeDescription
QueryResult.Builder

getQueryResultOrBuilder()

public QueryResultOrBuilder getQueryResultOrBuilder()

The result of the conversational query or event processing.

.google.cloud.dialogflow.v2.QueryResult query_result = 3;

Returns
TypeDescription
QueryResultOrBuilder

getRecognitionResult()

public StreamingRecognitionResult getRecognitionResult()

The result of speech recognition.

.google.cloud.dialogflow.v2.StreamingRecognitionResult recognition_result = 2;

Returns
TypeDescription
StreamingRecognitionResult

The recognitionResult.

getRecognitionResultBuilder()

public StreamingRecognitionResult.Builder getRecognitionResultBuilder()

The result of speech recognition.

.google.cloud.dialogflow.v2.StreamingRecognitionResult recognition_result = 2;

Returns
TypeDescription
StreamingRecognitionResult.Builder

getRecognitionResultOrBuilder()

public StreamingRecognitionResultOrBuilder getRecognitionResultOrBuilder()

The result of speech recognition.

.google.cloud.dialogflow.v2.StreamingRecognitionResult recognition_result = 2;

Returns
TypeDescription
StreamingRecognitionResultOrBuilder

getResponseId()

public String getResponseId()

The unique identifier of the response. It can be used to locate a response in the training example set or for reporting issues.

string response_id = 1;

Returns
TypeDescription
String

The responseId.

getResponseIdBytes()

public ByteString getResponseIdBytes()

The unique identifier of the response. It can be used to locate a response in the training example set or for reporting issues.

string response_id = 1;

Returns
TypeDescription
ByteString

The bytes for responseId.

getWebhookStatus()

public Status getWebhookStatus()

Specifies the status of the webhook request.

.google.rpc.Status webhook_status = 4;

Returns
TypeDescription
com.google.rpc.Status

The webhookStatus.

getWebhookStatusBuilder()

public Status.Builder getWebhookStatusBuilder()

Specifies the status of the webhook request.

.google.rpc.Status webhook_status = 4;

Returns
TypeDescription
com.google.rpc.Status.Builder

getWebhookStatusOrBuilder()

public StatusOrBuilder getWebhookStatusOrBuilder()

Specifies the status of the webhook request.

.google.rpc.Status webhook_status = 4;

Returns
TypeDescription
com.google.rpc.StatusOrBuilder

hasDebuggingInfo()

public boolean hasDebuggingInfo()

Debugging info that would get populated when StreamingDetectIntentRequest.enable_debugging_info is set to true.

.google.cloud.dialogflow.v2.CloudConversationDebuggingInfo debugging_info = 8;

Returns
TypeDescription
boolean

Whether the debuggingInfo field is set.

hasOutputAudioConfig()

public boolean hasOutputAudioConfig()

The config used by the speech synthesizer to generate the output audio.

.google.cloud.dialogflow.v2.OutputAudioConfig output_audio_config = 6;

Returns
TypeDescription
boolean

Whether the outputAudioConfig field is set.

hasQueryResult()

public boolean hasQueryResult()

The result of the conversational query or event processing.

.google.cloud.dialogflow.v2.QueryResult query_result = 3;

Returns
TypeDescription
boolean

Whether the queryResult field is set.

hasRecognitionResult()

public boolean hasRecognitionResult()

The result of speech recognition.

.google.cloud.dialogflow.v2.StreamingRecognitionResult recognition_result = 2;

Returns
TypeDescription
boolean

Whether the recognitionResult field is set.

hasWebhookStatus()

public boolean hasWebhookStatus()

Specifies the status of the webhook request.

.google.rpc.Status webhook_status = 4;

Returns
TypeDescription
boolean

Whether the webhookStatus 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.v2.CloudConversationDebuggingInfo debugging_info = 8;

Parameter
NameDescription
valueCloudConversationDebuggingInfo
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

mergeOutputAudioConfig(OutputAudioConfig value)

public StreamingDetectIntentResponse.Builder mergeOutputAudioConfig(OutputAudioConfig value)

The config used by the speech synthesizer to generate the output audio.

.google.cloud.dialogflow.v2.OutputAudioConfig output_audio_config = 6;

Parameter
NameDescription
valueOutputAudioConfig
Returns
TypeDescription
StreamingDetectIntentResponse.Builder

mergeQueryResult(QueryResult value)

public StreamingDetectIntentResponse.Builder mergeQueryResult(QueryResult value)

The result of the conversational query or event processing.

.google.cloud.dialogflow.v2.QueryResult query_result = 3;

Parameter
NameDescription
valueQueryResult
Returns
TypeDescription
StreamingDetectIntentResponse.Builder

mergeRecognitionResult(StreamingRecognitionResult value)

public StreamingDetectIntentResponse.Builder mergeRecognitionResult(StreamingRecognitionResult value)

The result of speech recognition.

.google.cloud.dialogflow.v2.StreamingRecognitionResult recognition_result = 2;

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

mergeWebhookStatus(Status value)

public StreamingDetectIntentResponse.Builder mergeWebhookStatus(Status value)

Specifies the status of the webhook request.

.google.rpc.Status webhook_status = 4;

Parameter
NameDescription
valuecom.google.rpc.Status
Returns
TypeDescription
StreamingDetectIntentResponse.Builder

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.v2.CloudConversationDebuggingInfo debugging_info = 8;

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.v2.CloudConversationDebuggingInfo debugging_info = 8;

Parameter
NameDescription
builderForValueCloudConversationDebuggingInfo.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

setOutputAudio(ByteString value)

public StreamingDetectIntentResponse.Builder setOutputAudio(ByteString value)

The audio data bytes encoded as specified in the request. Note: The output audio is generated based on the values of default platform text responses found in the query_result.fulfillment_messages field. If multiple default text responses exist, they will be concatenated when generating audio. If no default platform text responses exist, the generated audio content will be empty.

In some scenarios, multiple output audio fields may be present in the response structure. In these cases, only the top-most-level audio output has content.

bytes output_audio = 5;

Parameter
NameDescription
valueByteString

The outputAudio to set.

Returns
TypeDescription
StreamingDetectIntentResponse.Builder

This builder for chaining.

setOutputAudioConfig(OutputAudioConfig value)

public StreamingDetectIntentResponse.Builder setOutputAudioConfig(OutputAudioConfig value)

The config used by the speech synthesizer to generate the output audio.

.google.cloud.dialogflow.v2.OutputAudioConfig output_audio_config = 6;

Parameter
NameDescription
valueOutputAudioConfig
Returns
TypeDescription
StreamingDetectIntentResponse.Builder

setOutputAudioConfig(OutputAudioConfig.Builder builderForValue)

public StreamingDetectIntentResponse.Builder setOutputAudioConfig(OutputAudioConfig.Builder builderForValue)

The config used by the speech synthesizer to generate the output audio.

.google.cloud.dialogflow.v2.OutputAudioConfig output_audio_config = 6;

Parameter
NameDescription
builderForValueOutputAudioConfig.Builder
Returns
TypeDescription
StreamingDetectIntentResponse.Builder

setQueryResult(QueryResult value)

public StreamingDetectIntentResponse.Builder setQueryResult(QueryResult value)

The result of the conversational query or event processing.

.google.cloud.dialogflow.v2.QueryResult query_result = 3;

Parameter
NameDescription
valueQueryResult
Returns
TypeDescription
StreamingDetectIntentResponse.Builder

setQueryResult(QueryResult.Builder builderForValue)

public StreamingDetectIntentResponse.Builder setQueryResult(QueryResult.Builder builderForValue)

The result of the conversational query or event processing.

.google.cloud.dialogflow.v2.QueryResult query_result = 3;

Parameter
NameDescription
builderForValueQueryResult.Builder
Returns
TypeDescription
StreamingDetectIntentResponse.Builder

setRecognitionResult(StreamingRecognitionResult value)

public StreamingDetectIntentResponse.Builder setRecognitionResult(StreamingRecognitionResult value)

The result of speech recognition.

.google.cloud.dialogflow.v2.StreamingRecognitionResult recognition_result = 2;

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.v2.StreamingRecognitionResult recognition_result = 2;

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

setResponseId(String value)

public StreamingDetectIntentResponse.Builder setResponseId(String value)

The unique identifier of the response. It can be used to locate a response in the training example set or for reporting issues.

string response_id = 1;

Parameter
NameDescription
valueString

The responseId to set.

Returns
TypeDescription
StreamingDetectIntentResponse.Builder

This builder for chaining.

setResponseIdBytes(ByteString value)

public StreamingDetectIntentResponse.Builder setResponseIdBytes(ByteString value)

The unique identifier of the response. It can be used to locate a response in the training example set or for reporting issues.

string response_id = 1;

Parameter
NameDescription
valueByteString

The bytes for responseId to set.

Returns
TypeDescription
StreamingDetectIntentResponse.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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

setWebhookStatus(Status value)

public StreamingDetectIntentResponse.Builder setWebhookStatus(Status value)

Specifies the status of the webhook request.

.google.rpc.Status webhook_status = 4;

Parameter
NameDescription
valuecom.google.rpc.Status
Returns
TypeDescription
StreamingDetectIntentResponse.Builder

setWebhookStatus(Status.Builder builderForValue)

public StreamingDetectIntentResponse.Builder setWebhookStatus(Status.Builder builderForValue)

Specifies the status of the webhook request.

.google.rpc.Status webhook_status = 4;

Parameter
NameDescription
builderForValuecom.google.rpc.Status.Builder
Returns
TypeDescription
StreamingDetectIntentResponse.Builder