public abstract class SessionsClient.StreamingDetectIntentStream : BidirectionalStreamingBase<StreamingDetectIntentRequest, StreamingDetectIntentResponse>
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 documentation for the `SessionsClient.StreamingDetectIntentStream` class within the Google Cloud Dialogflow v2 API, specifically in the .NET context."],["The documentation covers versions ranging from 3.2.0 to the latest version 4.26.0 of the Dialogflow v2 API for the .NET library."],["`SessionsClient.StreamingDetectIntentStream` is a class that supports bidirectional streaming for `StreamingDetectIntent`, allowing for both sending and receiving data in a single stream."],["This class inherits from `BidirectionalStreamingBase` and uses `StreamingDetectIntentRequest` for input and `StreamingDetectIntentResponse` for output."],["The page provides a list of inherited members that are available, such as `WriteAsync`, `TryWriteAsync`, `GetResponseStream`, and more."]]],[]]