Interface BidiStreamingAnalyzeContentRequest.InputOrBuilder (4.87.0)

public static interface BidiStreamingAnalyzeContentRequest.InputOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAudio()

public abstract ByteString getAudio()

The content of audio stream to be recognized.

bytes audio = 1;

Returns
Type Description
ByteString

The audio.

getDtmf()

public abstract TelephonyDtmfEvents getDtmf()

The DTMF digits used to invoke intent and fill in parameter value.

This input is ignored if the previous response indicated that DTMF input is not accepted.

.google.cloud.dialogflow.v2beta1.TelephonyDtmfEvents dtmf = 2;

Returns
Type Description
TelephonyDtmfEvents

The dtmf.

getDtmfOrBuilder()

public abstract TelephonyDtmfEventsOrBuilder getDtmfOrBuilder()

The DTMF digits used to invoke intent and fill in parameter value.

This input is ignored if the previous response indicated that DTMF input is not accepted.

.google.cloud.dialogflow.v2beta1.TelephonyDtmfEvents dtmf = 2;

Returns
Type Description
TelephonyDtmfEventsOrBuilder

getInputCase()

public abstract BidiStreamingAnalyzeContentRequest.Input.InputCase getInputCase()
Returns
Type Description
BidiStreamingAnalyzeContentRequest.Input.InputCase

getTurn()

public abstract BidiStreamingAnalyzeContentRequest.TurnInput getTurn()

Turn input.

.google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentRequest.TurnInput turn = 3;

Returns
Type Description
BidiStreamingAnalyzeContentRequest.TurnInput

The turn.

getTurnOrBuilder()

public abstract BidiStreamingAnalyzeContentRequest.TurnInputOrBuilder getTurnOrBuilder()

Turn input.

.google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentRequest.TurnInput turn = 3;

Returns
Type Description
BidiStreamingAnalyzeContentRequest.TurnInputOrBuilder

hasAudio()

public abstract boolean hasAudio()

The content of audio stream to be recognized.

bytes audio = 1;

Returns
Type Description
boolean

Whether the audio field is set.

hasDtmf()

public abstract boolean hasDtmf()

The DTMF digits used to invoke intent and fill in parameter value.

This input is ignored if the previous response indicated that DTMF input is not accepted.

.google.cloud.dialogflow.v2beta1.TelephonyDtmfEvents dtmf = 2;

Returns
Type Description
boolean

Whether the dtmf field is set.

hasTurn()

public abstract boolean hasTurn()

Turn input.

.google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentRequest.TurnInput turn = 3;

Returns
Type Description
boolean

Whether the turn field is set.