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 documentation for the `SessionsClient.StreamingDetectIntentStream` class within the Dialogflow v3 API, focusing on version 2.19.0 but also listing other versions."],["The `StreamingDetectIntentStream` class supports bidirectional streaming for handling intent detection requests and responses, as detailed by its relation to `StreamingDetectIntentRequest` and `StreamingDetectIntentResponse`."],["The class inherits from `BidirectionalStreamingBase`, offering methods for managing the stream such as writing and completing requests."],["The list provided documents the availability of the `StreamingDetectIntentStream` class, from version 1.0.0 all the way to the latest 2.23.0 version of the `Google.Cloud.Dialogflow.Cx.V3` package."]]],[]]