public abstract class SessionsClient.StreamingDetectIntentStream : BidirectionalStreamingBase<StreamingDetectIntentRequest, StreamingDetectIntentResponse>, IDisposable
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides reference documentation for the `SessionsClient.StreamingDetectIntentStream` class within the Google Cloud Dialogflow v2 API, specifically in the .NET environment."],["The `StreamingDetectIntentStream` class facilitates bidirectional streaming for intent detection, managing both `StreamingDetectIntentRequest` and `StreamingDetectIntentResponse` objects."],["The page also includes the different versions of the documentation, with version 4.26.0 being the latest, and shows the different versions down to version 3.2.0."],["This class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, offering methods for managing the streaming process, including writing requests and reading responses."]]],[]]