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 class facilitates bidirectional streaming communication using `StreamingDetectIntentRequest` and `StreamingDetectIntentResponse` for the `StreamingDetectIntent` method, as part of the `SessionsClient`."],["It lists different versions of the Dialogflow v2 API, ranging from 3.2.0 to the latest version 4.26.0, alongside with their corresponding documentation links for the `StreamingDetectIntentStream` class."],["The `SessionsClient.StreamingDetectIntentStream` class inherits from `BidirectionalStreamingBase` and implements the `IDisposable` interface, handling the underlying gRPC call."],["Methods such as `TryWriteAsync`, `WriteAsync`, `WriteCompleteAsync`, and `GetResponseStream` are available for managing the bidirectional data flow."]]],[]]