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-03-21 UTC."],[[["The latest version of the Dialogflow v3 API for .NET is 2.23.0, with the provided content including a detailed list of previous versions back to 1.0.0."],["This documentation covers the `SessionsClient.StreamingDetectIntentStream` class, which is used for bidirectional streaming within the Dialogflow v3 API."],["The `SessionsClient.StreamingDetectIntentStream` class inherits from `BidirectionalStreamingBase`, handling `StreamingDetectIntentRequest` and `StreamingDetectIntentResponse`."],["The documentation includes methods for managing the stream, such as writing requests (`WriteAsync`, `TryWriteAsync`) and completing the stream (`WriteCompleteAsync`, `TryWriteCompleteAsync`)."],["The `StreamingDetectIntentStream` class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, and it implements the `IDisposable` interface for proper resource management."]]],[]]