public abstract class SessionsClient.StreamingDetectIntentStream : BidirectionalStreamingBase<StreamingDetectIntentRequest, StreamingDetectIntentResponse>
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 Dialogflow v3 API, specifically for .NET."],["The latest version available for this class is 2.23.0, and the page lists versions going back to 1.0.0, providing links to the respective documentation for each."],["`SessionsClient.StreamingDetectIntentStream` is a bidirectional streaming class, that extends `BidirectionalStreamingBase`, facilitating the sending and receiving of `StreamingDetectIntentRequest` and `StreamingDetectIntentResponse` messages."],["The page details the inherited methods from the `BidirectionalStreamingBase` class, including functionality for writing and completing streaming operations."],["The `StreamingDetectIntent` method uses the StreamingDetectIntentRequest and StreamingDetectIntentResponse for the bidirectional streaming."]]],[]]