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-04-01 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 client and server."],["The documentation includes a comprehensive list of available versions of the API, ranging from the latest version 4.26.0 down to version 3.2.0, each linking to their respective API references."],["The class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, providing methods for managing the stream and releasing resources properly, and lists all members inherited from the superclass."],["The page also specifies the namespace and assembly where the class is located, which is `Google.Cloud.Dialogflow.V2` and the `Google.Cloud.Dialogflow.V2.dll`, respectively."]]],[]]