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, with the latest version being 2.23.0 and many other versions available, down to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStreamingDetectIntentResponse\u003c/code\u003e class is a top-level message returned by the \u003ccode\u003eStreamingDetectIntent\u003c/code\u003e method, which can contain multiple messages related to speech recognition and intent detection.\u003c/p\u003e\n"],["\u003cp\u003eThe class 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 inherits from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStreamingDetectIntentResponse\u003c/code\u003e has properties such as \u003ccode\u003eDetectIntentResponse\u003c/code\u003e, \u003ccode\u003eRecognitionResult\u003c/code\u003e, and \u003ccode\u003eResponseCase\u003c/code\u003e, allowing access to intent detection results, speech recognition results, and the current response type.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage provides links to older version documentation for \u003ccode\u003eStreamingDetectIntentResponse\u003c/code\u003e, including version 1.2.0, for those who may need them.\u003c/p\u003e\n"]]],[],null,[]]