Google Cloud Dialogflow v2beta1 API - Class BidiStreamingAnalyzeContentRequest (1.0.0-beta24)

public sealed class BidiStreamingAnalyzeContentRequest : IMessage<BidiStreamingAnalyzeContentRequest>, IEquatable<BidiStreamingAnalyzeContentRequest>, IDeepCloneable<BidiStreamingAnalyzeContentRequest>, IBufferMessage, IMessage

Reference 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].

Inheritance

object > BidiStreamingAnalyzeContentRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

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