public abstract class SessionsClient.StreamingDetectIntentStream : BidirectionalStreamingBase<StreamingDetectIntentRequest, StreamingDetectIntentResponse>, IDisposable
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class SessionsClient.StreamingDetectIntentStream.
[[["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."],[[["This page provides reference documentation for the `SessionsClient.StreamingDetectIntentStream` class within the Google Cloud Dialogflow v2 API."],["The latest version of this class is 4.26.0, but the page also includes links to documentation for prior versions, down to 3.2.0."],["`SessionsClient.StreamingDetectIntentStream` supports bidirectional streaming for `StreamingDetectIntent` using `StreamingDetectIntentRequest` and `StreamingDetectIntentResponse` objects."],["The class inherits from `BidirectionalStreamingBase` and implements the `IDisposable` interface, offering methods to manage streaming operations and resources."],["The class has various methods inherited from the BidirectionalStreamingBase Class such as: TryWriteAsync, WriteAsync, TryWriteCompleteAsync, WriteCompleteAsync, GetResponseStream, Dispose, and GrpcCall."]]],[]]