public abstract class SessionsClient.StreamingDetectIntentStream : BidirectionalStreamingBase<StreamingDetectIntentRequest, StreamingDetectIntentResponse>, IDisposable
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 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 is for the `SessionsClient.StreamingDetectIntentStream` class within the Google Cloud Dialogflow v2beta1 API, specifically versions 1.0.0-beta23 (latest), 1.0.0-beta22, and 1.0.0-beta16."],["The `StreamingDetectIntentStream` class provides bidirectional streaming capabilities for sending `StreamingDetectIntentRequest` and receiving `StreamingDetectIntentResponse`."],["It inherits from `BidirectionalStreamingBase` and implements `IDisposable`, allowing for managing streaming operations and resource cleanup."],["The class offers various methods for writing requests, completing streams, and accessing the response stream, including both asynchronous and synchronous operations."],["It is located in the `Google.Cloud.Dialogflow.V2Beta1` namespace and is part of the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."]]],[]]