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-03-21 UTC."],[[["This document provides reference information for the `ParticipantsClient.StreamingAnalyzeContentStream` class, part of the Google Cloud Dialogflow v2beta1 API."],["The `StreamingAnalyzeContentStream` class is a bidirectional streaming method used for `StreamingAnalyzeContent` within the Dialogflow API, which allows for sending and receiving streams of content."],["This class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, providing methods for managing streams and releasing resources."],["The documentation includes details on inherited members, such as `TryWriteAsync`, `WriteAsync`, `GetResponseStream`, and `Dispose`, which facilitate stream management and data handling."],["The document refers to the latest version `1.0.0-beta23` of the reference documentation for the class, as well as version `1.0.0-beta22`."]]],[]]