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-04-09 UTC."],[[["This page provides documentation for the `SessionsClient.StreamingDetectIntentStream` class within the Dialogflow v3 API, focusing on its use in bidirectional streaming."],["The latest version of the `StreamingDetectIntentStream` is 2.23.0, and it supports versions all the way back to version 1.0.0, with a complete list of all the versions provided."],["`StreamingDetectIntentStream` facilitates communication by implementing methods like `TryWriteAsync`, `WriteAsync`, `TryWriteCompleteAsync`, `WriteCompleteAsync`, and `GetResponseStream`, along with others inherited from the `BidirectionalStreamingBase` class."],["This class, which implements the `IDisposable` interface, uses `StreamingDetectIntentRequest` and `StreamingDetectIntentResponse` types for its bidirectional streaming operations."]]],[]]