public final class StreamingDetectIntentResponse extends GeneratedMessageV3 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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DEBUGGING_INFO_FIELD_NUMBER
public static final int DEBUGGING_INFO_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DETECT_INTENT_RESPONSE_FIELD_NUMBER
public static final int DETECT_INTENT_RESPONSE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
RECOGNITION_RESULT_FIELD_NUMBER
public static final int RECOGNITION_RESULT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static StreamingDetectIntentResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static StreamingDetectIntentResponse.Builder newBuilder()
newBuilder(StreamingDetectIntentResponse prototype)
public static StreamingDetectIntentResponse.Builder newBuilder(StreamingDetectIntentResponse prototype)
public static StreamingDetectIntentResponse parseDelimitedFrom(InputStream input)
public static StreamingDetectIntentResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static StreamingDetectIntentResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static StreamingDetectIntentResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static StreamingDetectIntentResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static StreamingDetectIntentResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static StreamingDetectIntentResponse parseFrom(CodedInputStream input)
public static StreamingDetectIntentResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static StreamingDetectIntentResponse parseFrom(InputStream input)
public static StreamingDetectIntentResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static StreamingDetectIntentResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static StreamingDetectIntentResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<StreamingDetectIntentResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
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;
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;
getDefaultInstanceForType()
public StreamingDetectIntentResponse getDefaultInstanceForType()
getDetectIntentResponse()
public DetectIntentResponse getDetectIntentResponse()
The response from detect intent.
.google.cloud.dialogflow.cx.v3.DetectIntentResponse detect_intent_response = 2;
getDetectIntentResponseOrBuilder()
public DetectIntentResponseOrBuilder getDetectIntentResponseOrBuilder()
The response from detect intent.
.google.cloud.dialogflow.cx.v3.DetectIntentResponse detect_intent_response = 2;
getParserForType()
public Parser<StreamingDetectIntentResponse> getParserForType()
Overrides
getRecognitionResult()
public StreamingRecognitionResult getRecognitionResult()
The result of speech recognition.
.google.cloud.dialogflow.cx.v3.StreamingRecognitionResult recognition_result = 1;
getRecognitionResultOrBuilder()
public StreamingRecognitionResultOrBuilder getRecognitionResultOrBuilder()
The result of speech recognition.
.google.cloud.dialogflow.cx.v3.StreamingRecognitionResult recognition_result = 1;
getResponseCase()
public StreamingDetectIntentResponse.ResponseCase getResponseCase()
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
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.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public StreamingDetectIntentResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected StreamingDetectIntentResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public StreamingDetectIntentResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides