public abstract class SessionsClient.StreamingDetectIntentStream : BidirectionalStreamingBase<StreamingDetectIntentRequest, StreamingDetectIntentResponse>, IDisposable
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 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 document provides reference documentation for the `SessionsClient.StreamingDetectIntentStream` class in the Google Cloud Dialogflow v2beta1 API, specifically for version 1.0.0-beta22, and includes the latest version beta23."],["The `SessionsClient.StreamingDetectIntentStream` class facilitates bidirectional streaming for the `StreamingDetectIntent` method, enabling two-way communication for intent detection."],["This class inherits from `BidirectionalStreamingBase`, extending its functionality for streaming `StreamingDetectIntentRequest` and `StreamingDetectIntentResponse` types."],["The class implements the `IDisposable` interface, allowing for proper resource management and cleanup."],["The document also provides links to the methods available to the StreamingDetectIntentStream class, including methods for writing, writing completion, retrieving the response stream, and disposing."]]],[]]