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

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

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class BidiStreamingAnalyzeContentResponse.

The response message for [Participants.BidiStreamingAnalyzeContent][google.cloud.dialogflow.v2beta1.Participants.BidiStreamingAnalyzeContent].

Inheritance

object > BidiStreamingAnalyzeContentResponse

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

BidiStreamingAnalyzeContentResponse()

public BidiStreamingAnalyzeContentResponse()

BidiStreamingAnalyzeContentResponse(BidiStreamingAnalyzeContentResponse)

public BidiStreamingAnalyzeContentResponse(BidiStreamingAnalyzeContentResponse other)
Parameter
Name Description
other BidiStreamingAnalyzeContentResponse

Properties

AnalyzeContentResponse

public AnalyzeContentResponse AnalyzeContentResponse { get; set; }

The agent response from analyze content.

Property Value
Type Description
AnalyzeContentResponse

BargeInSignal

public BidiStreamingAnalyzeContentResponse.Types.BargeInSignal BargeInSignal { get; set; }

Indicate the user barge-in has been detected, and client should stop playing back the audio.

Property Value
Type Description
BidiStreamingAnalyzeContentResponseTypesBargeInSignal

RecognitionResult

public StreamingRecognitionResult RecognitionResult { get; set; }

The result of speech recognition.

Property Value
Type Description
StreamingRecognitionResult

ResponseCase

public BidiStreamingAnalyzeContentResponse.ResponseOneofCase ResponseCase { get; }
Property Value
Type Description
BidiStreamingAnalyzeContentResponseResponseOneofCase

TurnComplete

public BidiStreamingAnalyzeContentResponse.Types.TurnComplete TurnComplete { get; set; }

Indicate that the turn is complete.

Property Value
Type Description
BidiStreamingAnalyzeContentResponseTypesTurnComplete