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."],[[["The `ParticipantsClient.StreamingAnalyzeContentStream` class in the Google Cloud Dialogflow v2 API allows for bidirectional streaming of content analysis requests and responses."],["This class is derived from `BidirectionalStreamingBase` and implements `IDisposable`, providing methods for writing requests and receiving responses."],["The latest available version of the API for this class is 4.26.0, while the currently selected version is 4.13.0."],["A comprehensive list of historical versions is available, spanning from version 3.2.0 up to the latest 4.26.0, with links to documentation for each."],["The primary function of this class is handling bidirectional streaming communication through the `StreamingAnalyzeContent` method."]]],[]]