public abstract class SessionsClient.StreamingDetectIntentStream : BidirectionalStreamingBase<StreamingDetectIntentRequest, StreamingDetectIntentResponse>, IDisposable
Reference documentation and code samples for the Dialogflow v3 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 CX v3 API for .NET."],["The `StreamingDetectIntentStream` class enables bidirectional streaming communication for intent detection using the `StreamingDetectIntent` method."],["The documentation covers a range of versions, from 1.0.0 to the latest, 2.23.0, of the `Google.Cloud.Dialogflow.Cx.V3` library."],["The `SessionsClient.StreamingDetectIntentStream` class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, offering methods for managing the streaming process."],["The documentation also includes a list of inherited members from the classes `BidirectionalStreamingBase` and `object`, such as `TryWriteAsync`, `WriteAsync`, `GetResponseStream`, `Dispose`, and more."]]],[]]