public abstract class ParticipantsClient.StreamingAnalyzeContentStream : BidirectionalStreamingBase<StreamingAnalyzeContentRequest, StreamingAnalyzeContentResponse>, IDisposable
Reference documentation and code samples for the Google Cloud Dialogflow v2 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 webpage provides documentation for the `ParticipantsClient.StreamingAnalyzeContentStream` class within the Google Cloud Dialogflow v2 API, specifically in the .NET context."],["The documentation covers versions ranging from 3.2.0 to the latest 4.26.0, and each version includes a link to specific reference material for the `StreamingAnalyzeContentStream` class."],["`ParticipantsClient.StreamingAnalyzeContentStream` is a bidirectional streaming class that handles `StreamingAnalyzeContentRequest` and `StreamingAnalyzeContentResponse` objects, supporting the `StreamingAnalyzeContent` method."],["The class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, offering methods for managing the streaming connection such as `WriteAsync`, `WriteCompleteAsync`, and `GetResponseStream`, as well as the ability to dispose of the stream."]]],[]]