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 page provides reference documentation for the `SessionsClient.StreamingDetectIntentStream` class within the Google Cloud Dialogflow v2 API, covering a range of versions from 3.2.0 to the latest 4.26.0."],["`SessionsClient.StreamingDetectIntentStream` is an abstract class designed for bidirectional streaming of `StreamingDetectIntentRequest` and `StreamingDetectIntentResponse` within the Dialogflow API."],["The class implements `IDisposable` and inherits members from `BidirectionalStreamingBase`, offering methods for asynchronous writing, completion of write operations, and getting the response stream."],["The documentation includes links to each version's respective details, enabling users to navigate between the different iterations of the `StreamingDetectIntentStream` class."]]],[]]