Interface BidiStreamingAnalyzeContentResponseOrBuilder (4.87.0)

public interface BidiStreamingAnalyzeContentResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnalyzeContentResponse()

public abstract AnalyzeContentResponse getAnalyzeContentResponse()

The agent response from analyze content.

.google.cloud.dialogflow.v2beta1.AnalyzeContentResponse analyze_content_response = 3;

Returns
Type Description
AnalyzeContentResponse

The analyzeContentResponse.

getAnalyzeContentResponseOrBuilder()

public abstract AnalyzeContentResponseOrBuilder getAnalyzeContentResponseOrBuilder()

The agent response from analyze content.

.google.cloud.dialogflow.v2beta1.AnalyzeContentResponse analyze_content_response = 3;

Returns
Type Description
AnalyzeContentResponseOrBuilder

getBargeInSignal()

public abstract BidiStreamingAnalyzeContentResponse.BargeInSignal getBargeInSignal()

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

.google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentResponse.BargeInSignal barge_in_signal = 2;

Returns
Type Description
BidiStreamingAnalyzeContentResponse.BargeInSignal

The bargeInSignal.

getBargeInSignalOrBuilder()

public abstract BidiStreamingAnalyzeContentResponse.BargeInSignalOrBuilder getBargeInSignalOrBuilder()

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

.google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentResponse.BargeInSignal barge_in_signal = 2;

Returns
Type Description
BidiStreamingAnalyzeContentResponse.BargeInSignalOrBuilder

getRecognitionResult()

public abstract StreamingRecognitionResult getRecognitionResult()

The result of speech recognition.

.google.cloud.dialogflow.v2beta1.StreamingRecognitionResult recognition_result = 1;

Returns
Type Description
StreamingRecognitionResult

The recognitionResult.

getRecognitionResultOrBuilder()

public abstract StreamingRecognitionResultOrBuilder getRecognitionResultOrBuilder()

The result of speech recognition.

.google.cloud.dialogflow.v2beta1.StreamingRecognitionResult recognition_result = 1;

Returns
Type Description
StreamingRecognitionResultOrBuilder

getResponseCase()

public abstract BidiStreamingAnalyzeContentResponse.ResponseCase getResponseCase()
Returns
Type Description
BidiStreamingAnalyzeContentResponse.ResponseCase

getTurnComplete()

public abstract BidiStreamingAnalyzeContentResponse.TurnComplete getTurnComplete()

Indicate that the turn is complete.

.google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentResponse.TurnComplete turn_complete = 4;

Returns
Type Description
BidiStreamingAnalyzeContentResponse.TurnComplete

The turnComplete.

getTurnCompleteOrBuilder()

public abstract BidiStreamingAnalyzeContentResponse.TurnCompleteOrBuilder getTurnCompleteOrBuilder()

Indicate that the turn is complete.

.google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentResponse.TurnComplete turn_complete = 4;

Returns
Type Description
BidiStreamingAnalyzeContentResponse.TurnCompleteOrBuilder

hasAnalyzeContentResponse()

public abstract boolean hasAnalyzeContentResponse()

The agent response from analyze content.

.google.cloud.dialogflow.v2beta1.AnalyzeContentResponse analyze_content_response = 3;

Returns
Type Description
boolean

Whether the analyzeContentResponse field is set.

hasBargeInSignal()

public abstract boolean hasBargeInSignal()

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

.google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentResponse.BargeInSignal barge_in_signal = 2;

Returns
Type Description
boolean

Whether the bargeInSignal field is set.

hasRecognitionResult()

public abstract boolean hasRecognitionResult()

The result of speech recognition.

.google.cloud.dialogflow.v2beta1.StreamingRecognitionResult recognition_result = 1;

Returns
Type Description
boolean

Whether the recognitionResult field is set.

hasTurnComplete()

public abstract boolean hasTurnComplete()

Indicate that the turn is complete.

.google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentResponse.TurnComplete turn_complete = 4;

Returns
Type Description
boolean

Whether the turnComplete field is set.