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, specifically in the .NET environment."],["The `StreamingDetectIntentStream` class facilitates bidirectional streaming for the `StreamingDetectIntent` method, allowing for real-time interaction between a client and the Dialogflow service."],["The page details various versions of the API, ranging from 3.2.0 up to the latest 4.26.0, enabling users to access documentation for past releases as well as current ones."],["This class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, offering methods for writing requests, managing responses, and cleaning up resources."],["The page presents a detailed list of inherited members and links to external documentation for further information on the relevant object, streaming base and other similar classes."]]],[]]