public abstract class SessionsClient.StreamingDetectIntentStream : BidirectionalStreamingBase<StreamingDetectIntentRequest, StreamingDetectIntentResponse>, IDisposable
Reference documentation and code samples for the Dialogflow v3 API class SessionsClient.StreamingDetectIntentStream.
[[["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-03-21 UTC."],[[["The latest version of the `StreamingDetectIntentStream` class is 2.23.0, which is part of the Google.Cloud.Dialogflow.Cx.V3 package."],["This page provides version-specific documentation for the `StreamingDetectIntentStream` class, including versions ranging from 1.0.0 to 2.23.0."],["The `StreamingDetectIntentStream` class supports bidirectional streaming for `StreamingDetectIntent` methods, handling both `StreamingDetectIntentRequest` and `StreamingDetectIntentResponse`."],["This class inherits from `BidirectionalStreamingBase` and implements the `IDisposable` interface."],["The `StreamingDetectIntentStream` class contains several methods for managing the streaming process, including `TryWriteAsync`, `WriteAsync`, `TryWriteCompleteAsync`, `WriteCompleteAsync`, and `GetResponseStream`."]]],[]]