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-04-09 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 detecting intents using the `StreamingDetectIntent` method, allowing requests and responses to be sent and received concurrently."],["The page lists available versions of the `SessionsClient.StreamingDetectIntentStream` class, ranging from version 1.0.0 to the latest version 2.23.0."],["`StreamingDetectIntentStream` inherits from `BidirectionalStreamingBase` and implements the `IDisposable` interface, offering methods for managing streaming operations like writing, completing, and accessing the response stream."],["The documentation showcases the inheritance hierarchy, highlighting that it stems from object, then BidirectionalStreamingBase and includes a listing of the methods it inherits."]]],[]]