Send feedback Class DetectIntentResponse (0.73.0) Stay organized with collections Save and categorize content based on your preferences.
Version 0.73.0keyboard_arrow_down
public final class DetectIntentResponse extends GeneratedMessageV3 implements DetectIntentResponseOrBuilder
The top-level message returned from the DetectIntent method.
Multiple response messages can be returned in order:
If the DetectIntentRequest.query_input.audio
field was set, the first M messages contain recognition_result
. Each recognition_result
represents a more complete transcript of what the user said. The last recognition_result
has is_final
set to true
.
If the DetectIntentRequest.enable_partial_response
field was true, the detect_intent_response
field is populated for each of the following N responses, where 0 <= N <= 5. These responses set the DetectIntentResponse.response_type field to PARTIAL
.
For the last response message, the detect_intent_response
is fully populated, and DetectIntentResponse.response_type is set to FINAL
.
Protobuf type google.cloud.dialogflow.cx.v3.DetectIntentResponse
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 DetectIntentResponse getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static DetectIntentResponse . Builder newBuilder ()
newBuilder(DetectIntentResponse )
public static DetectIntentResponse . Builder newBuilder ( DetectIntentResponse )
public static DetectIntentResponse parseDelimitedFrom ( InputStream input )
public static DetectIntentResponse parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static DetectIntentResponse parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DetectIntentResponse parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static DetectIntentResponse parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DetectIntentResponse parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static DetectIntentResponse parseFrom ( CodedInputStream input )
public static DetectIntentResponse parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static DetectIntentResponse parseFrom ( InputStream input )
public static DetectIntentResponse parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static DetectIntentResponse parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DetectIntentResponse parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<DetectIntentResponse> 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 DetectIntentRequest.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 DetectIntentRequest.enable_debugging_info
is set to true.
.google.cloud.dialogflow.cx.v3.CloudConversationDebuggingInfo debugging_info = 4;
getDefaultInstanceForType()
public DetectIntentResponse 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<DetectIntentResponse> getParserForType ()
Overrides getRecognitionResult()
public RecognitionResult getRecognitionResult ()
The result of speech recognition.
.google.cloud.dialogflow.cx.v3.RecognitionResult recognition_result = 1;
getRecognitionResultOrBuilder()
public RecognitionResultOrBuilder getRecognitionResultOrBuilder ()
The result of speech recognition.
.google.cloud.dialogflow.cx.v3.RecognitionResult recognition_result = 1;
getResponseCase()
public DetectIntentResponse . ResponseCase getResponseCase ()
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides hasDebuggingInfo()
public boolean hasDebuggingInfo ()
Debugging info that would get populated when DetectIntentRequest.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.RecognitionResult 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 DetectIntentResponse . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DetectIntentResponse . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides toBuilder()
public DetectIntentResponse . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-05 UTC.
Need to tell us more? [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-05 UTC."],[],[]]