public sealed class StreamingDetectIntentResponse : IMessage<StreamingDetectIntentResponse>, IEquatable<StreamingDetectIntentResponse>, IDeepCloneable<StreamingDetectIntentResponse>, IBufferMessage, IMessage
The top-level message returned from the StreamingDetectIntent method.
Multiple response messages can be returned in order:
If the input was set to streaming audio, the first one or more 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 enable_partial_response is true, the following N messages
(currently 1 <= N <= 4) contain detect_intent_response. The first (N-1)
detect_intent_responses will have response_type set to PARTIAL.
The last detect_intent_response has response_type set to FINAL.
If response_type is false, response stream only contains
the final detect_intent_response.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version available for \u003ccode\u003eStreamingDetectIntentResponse\u003c/code\u003e is 2.23.0, but there are many versions available back to 1.0.0 for the Google.Cloud.Dialogflow.Cx.V3 package.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStreamingDetectIntentResponse\u003c/code\u003e is a top-level message returned from the \u003ccode\u003eStreamingDetectIntent\u003c/code\u003e method, which can include multiple messages.\u003c/p\u003e\n"],["\u003cp\u003eMessages can contain a \u003ccode\u003erecognition_result\u003c/code\u003e which is a more complete transcript of user input, where the last \u003ccode\u003erecognition_result\u003c/code\u003e is marked as final, signified by \u003ccode\u003eis_final\u003c/code\u003e being set to \u003ccode\u003etrue\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIf \u003ccode\u003eenable_partial_response\u003c/code\u003e is set to true, there can be 1-4 \u003ccode\u003edetect_intent_response\u003c/code\u003e messages, with the final one being marked as \u003ccode\u003eFINAL\u003c/code\u003e and the others as \u003ccode\u003ePARTIAL\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStreamingDetectIntentResponse\u003c/code\u003e implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and includes properties such as \u003ccode\u003eDetectIntentResponse\u003c/code\u003e, \u003ccode\u003eRecognitionResult\u003c/code\u003e, and \u003ccode\u003eResponseCase\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]