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\u003eThis webpage details the \u003ccode\u003eStreamingDetectIntentResponse\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dialogflow.Cx.V3\u003c/code\u003e namespace for .NET, used for handling streamed responses from the \u003ccode\u003eStreamingDetectIntent\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStreamingDetectIntentResponse\u003c/code\u003e class can return multiple response messages, including \u003ccode\u003erecognition_result\u003c/code\u003e messages for streaming audio input and \u003ccode\u003edetect_intent_response\u003c/code\u003e messages which can be partial or final.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for \u003ccode\u003eStreamingDetectIntentResponse\u003c/code\u003e is 2.23.0, and various older versions are also listed, spanning from 1.0.0 up to the latest.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStreamingDetectIntentResponse\u003c/code\u003e class inherits from 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 it includes properties like \u003ccode\u003eDetectIntentResponse\u003c/code\u003e, \u003ccode\u003eRecognitionResult\u003c/code\u003e, and \u003ccode\u003eResponseCase\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage documents the \u003ccode\u003eStreamingDetectIntentResponse\u003c/code\u003e class's constructors, one that takes no parameters, and another that clones a different \u003ccode\u003eStreamingDetectIntentResponse\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]