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 documentation for the `SessionsClient.StreamingDetectIntentStream` class within the Google Cloud Dialogflow v2 API, specifically in the .NET context."],["The documentation covers a range of versions for `SessionsClient.StreamingDetectIntentStream`, from version 3.2.0 up to the latest version, 4.26.0, allowing you to access information on the desired version."],["`SessionsClient.StreamingDetectIntentStream` is an abstract class that enables bidirectional streaming for `StreamingDetectIntent` and implements the `IDisposable` interface."],["The class inherits from `BidirectionalStreamingBase`, providing methods for managing the stream, such as writing and completing messages."],["The `StreamingDetectIntentStream` class allows for passing of `StreamingDetectIntentRequest` and recieving `StreamingDetectIntentResponse`."]]],[]]