public sealed class BidiStreamingAnalyzeContentRequest : IMessage<BidiStreamingAnalyzeContentRequest>, IEquatable<BidiStreamingAnalyzeContentRequest>, IDeepCloneable<BidiStreamingAnalyzeContentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class BidiStreamingAnalyzeContentRequest.
The request message for [Participants.BidiStreamingAnalyzeContent][google.cloud.dialogflow.v2beta1.Participants.BidiStreamingAnalyzeContent].
Implements
IMessageBidiStreamingAnalyzeContentRequest, IEquatableBidiStreamingAnalyzeContentRequest, IDeepCloneableBidiStreamingAnalyzeContentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
BidiStreamingAnalyzeContentRequest()
public BidiStreamingAnalyzeContentRequest()BidiStreamingAnalyzeContentRequest(BidiStreamingAnalyzeContentRequest)
public BidiStreamingAnalyzeContentRequest(BidiStreamingAnalyzeContentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
BidiStreamingAnalyzeContentRequest |
Properties
Config
public BidiStreamingAnalyzeContentRequest.Types.Config Config { get; set; }The config message for this conversation.
| Property Value | |
|---|---|
| Type | Description |
BidiStreamingAnalyzeContentRequestTypesConfig |
|
Input
public BidiStreamingAnalyzeContentRequest.Types.Input Input { get; set; }Text, audio or other multi-modality inputs. This is the second and following messages sent by the client.
| Property Value | |
|---|---|
| Type | Description |
BidiStreamingAnalyzeContentRequestTypesInput |
|
RequestCase
public BidiStreamingAnalyzeContentRequest.RequestOneofCase RequestCase { get; }| Property Value | |
|---|---|
| Type | Description |
BidiStreamingAnalyzeContentRequestRequestOneofCase |
|