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 this page is for version 1.4.0, which is one of the many versions available for this resource.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStreamingDetectIntentResponse\u003c/code\u003e is the top-level message returned from the \u003ccode\u003eStreamingDetectIntent\u003c/code\u003e method, and can return multiple messages in sequence.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStreamingDetectIntentResponse\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class has two constructors: a default constructor \u003ccode\u003eStreamingDetectIntentResponse()\u003c/code\u003e and a copy constructor \u003ccode\u003eStreamingDetectIntentResponse(StreamingDetectIntentResponse other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStreamingDetectIntentResponse\u003c/code\u003e has three main properties: \u003ccode\u003eDetectIntentResponse\u003c/code\u003e, \u003ccode\u003eRecognitionResult\u003c/code\u003e, and \u003ccode\u003eResponseCase\u003c/code\u003e, that provides the response from detect intent, speech recognition result and cases respectively.\u003c/p\u003e\n"]]],[],null,[]]