public static final class StreamingDetectIntentResponse.Builder extends GeneratedMessage.Builder<StreamingDetectIntentResponse.Builder> implements StreamingDetectIntentResponseOrBuilderThe top-level message returned from the StreamingDetectIntent method.
Multiple response messages can be returned in order:
If the
StreamingDetectIntentRequest.query_input.audiofield was set, the first M messages containrecognition_result. Eachrecognition_resultrepresents a more complete transcript of what the user said. The lastrecognition_resulthasis_finalset totrue.If the
StreamingDetectIntentRequest.enable_partial_responsefield was true, thedetect_intent_responsefield is populated for each of the following N responses, where 0 <= N <= 5. These responses set the DetectIntentResponse.response_type field toPARTIAL.For the last response message, the
detect_intent_responseis fully populated, and DetectIntentResponse.response_type is set toFINAL.
Protobuf type google.cloud.dialogflow.cx.v3.StreamingDetectIntentResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > StreamingDetectIntentResponse.BuilderImplements
StreamingDetectIntentResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public StreamingDetectIntentResponse build()| Returns | |
|---|---|
| Type | Description |
StreamingDetectIntentResponse |
|
buildPartial()
public StreamingDetectIntentResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
StreamingDetectIntentResponse |
|
clear()
public StreamingDetectIntentResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
StreamingDetectIntentResponse.Builder |
|
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 | |
|---|---|
| Type | Description |
StreamingDetectIntentResponse.Builder |
|
clearDetectIntentResponse()
public StreamingDetectIntentResponse.Builder clearDetectIntentResponse()The response from detect intent.
.google.cloud.dialogflow.cx.v3.DetectIntentResponse detect_intent_response = 2;
| Returns | |
|---|---|
| Type | Description |
StreamingDetectIntentResponse.Builder |
|
clearRecognitionResult()
public StreamingDetectIntentResponse.Builder clearRecognitionResult()The result of speech recognition.
.google.cloud.dialogflow.cx.v3.StreamingRecognitionResult recognition_result = 1;
| Returns | |
|---|---|
| Type | Description |
StreamingDetectIntentResponse.Builder |
|
clearResponse()
public StreamingDetectIntentResponse.Builder clearResponse()| Returns | |
|---|---|
| Type | Description |
StreamingDetectIntentResponse.Builder |
|
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
CloudConversationDebuggingInfoOrBuilder |
|
getDefaultInstanceForType()
public StreamingDetectIntentResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
StreamingDetectIntentResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDetectIntentResponse()
public DetectIntentResponse getDetectIntentResponse()The response from detect intent.
.google.cloud.dialogflow.cx.v3.DetectIntentResponse detect_intent_response = 2;
| Returns | |
|---|---|
| Type | Description |
DetectIntentResponse |
The detectIntentResponse. |
getDetectIntentResponseBuilder()
public DetectIntentResponse.Builder getDetectIntentResponseBuilder()The response from detect intent.
.google.cloud.dialogflow.cx.v3.DetectIntentResponse detect_intent_response = 2;
| Returns | |
|---|---|
| Type | Description |
DetectIntentResponse.Builder |
|
getDetectIntentResponseOrBuilder()
public DetectIntentResponseOrBuilder getDetectIntentResponseOrBuilder()The response from detect intent.
.google.cloud.dialogflow.cx.v3.DetectIntentResponse detect_intent_response = 2;
| Returns | |
|---|---|
| Type | Description |
DetectIntentResponseOrBuilder |
|
getRecognitionResult()
public StreamingRecognitionResult getRecognitionResult()The result of speech recognition.
.google.cloud.dialogflow.cx.v3.StreamingRecognitionResult recognition_result = 1;
| Returns | |
|---|---|
| Type | Description |
StreamingRecognitionResult |
The recognitionResult. |
getRecognitionResultBuilder()
public StreamingRecognitionResult.Builder getRecognitionResultBuilder()The result of speech recognition.
.google.cloud.dialogflow.cx.v3.StreamingRecognitionResult recognition_result = 1;
| Returns | |
|---|---|
| Type | Description |
StreamingRecognitionResult.Builder |
|
getRecognitionResultOrBuilder()
public StreamingRecognitionResultOrBuilder getRecognitionResultOrBuilder()The result of speech recognition.
.google.cloud.dialogflow.cx.v3.StreamingRecognitionResult recognition_result = 1;
| Returns | |
|---|---|
| Type | Description |
StreamingRecognitionResultOrBuilder |
|
getResponseCase()
public StreamingDetectIntentResponse.ResponseCase getResponseCase()| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the recognitionResult field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 | |
|---|---|
| Name | Description |
value |
CloudConversationDebuggingInfo |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
value |
DetectIntentResponse |
| Returns | |
|---|---|
| Type | Description |
StreamingDetectIntentResponse.Builder |
|
mergeFrom(StreamingDetectIntentResponse other)
public StreamingDetectIntentResponse.Builder mergeFrom(StreamingDetectIntentResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
StreamingDetectIntentResponse |
| Returns | |
|---|---|
| Type | Description |
StreamingDetectIntentResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public StreamingDetectIntentResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamingDetectIntentResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public StreamingDetectIntentResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
StreamingDetectIntentResponse.Builder |
|
mergeRecognitionResult(StreamingRecognitionResult value)
public StreamingDetectIntentResponse.Builder mergeRecognitionResult(StreamingRecognitionResult value)The result of speech recognition.
.google.cloud.dialogflow.cx.v3.StreamingRecognitionResult recognition_result = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StreamingRecognitionResult |
| Returns | |
|---|---|
| Type | Description |
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.cx.v3.CloudConversationDebuggingInfo debugging_info = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
CloudConversationDebuggingInfo |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
builderForValue |
CloudConversationDebuggingInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
value |
DetectIntentResponse |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
builderForValue |
DetectIntentResponse.Builder |
| Returns | |
|---|---|
| Type | Description |
StreamingDetectIntentResponse.Builder |
|
setRecognitionResult(StreamingRecognitionResult value)
public StreamingDetectIntentResponse.Builder setRecognitionResult(StreamingRecognitionResult value)The result of speech recognition.
.google.cloud.dialogflow.cx.v3.StreamingRecognitionResult recognition_result = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StreamingRecognitionResult |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
builderForValue |
StreamingRecognitionResult.Builder |
| Returns | |
|---|---|
| Type | Description |
StreamingDetectIntentResponse.Builder |
|