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"]],[["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."],[[["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."]]],[]]