public abstract class ParticipantsClient.StreamingAnalyzeContentStream : BidirectionalStreamingBase<StreamingAnalyzeContentRequest, StreamingAnalyzeContentResponse>, IDisposable
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class ParticipantsClient.StreamingAnalyzeContentStream.
[[["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-04-02 UTC."],[[["This document provides reference information for the `ParticipantsClient.StreamingAnalyzeContentStream` class, part of the Google Cloud Dialogflow v2beta1 API."],["The `StreamingAnalyzeContentStream` class enables bidirectional streaming communication for analyzing content, using `StreamingAnalyzeContentRequest` and `StreamingAnalyzeContentResponse` types."],["It inherits from `BidirectionalStreamingBase` and implements the `IDisposable` interface, offering methods for writing, completing, and retrieving the response stream."],["The class supports various methods from `BidirectionalStreamingBase` such as `TryWriteAsync`, `WriteAsync`, `GetResponseStream` and `Dispose`, among others, for managing the streaming process."],["This documentation details the namespace as `Google.Cloud.Dialogflow.V2Beta1` within the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."]]],[]]