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"]],[["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."],[[["This documentation page covers the `SessionsClient.StreamingDetectIntentStream` class within the Google Cloud Dialogflow V2 API, specifically for the .NET environment, with the latest version being 4.26.0."],["The `StreamingDetectIntentStream` class is used for bidirectional streaming operations, handling both `StreamingDetectIntentRequest` and `StreamingDetectIntentResponse` objects."],["It offers functionality for writing requests, completing the stream, and accessing the response stream, such as the `WriteAsync`, `WriteCompleteAsync`, and `GetResponseStream` methods, via the `BidirectionalStreamingBase` class it inherits."],["The class implements `IDisposable`, indicating that it manages resources that should be explicitly released when no longer needed."],["The provided documentation lists versions ranging from 4.26.0 down to 3.2.0, each with its own set of API references and corresponding links, which allows you to review the history of this class."]]],[]]