Interface OutputAudioOrBuilder (4.9.1)

See more code actions.
public interface OutputAudioOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract ByteString getAudio()

The natural language speech audio.

bytes audio = 2;

Returns
Type Description
ByteString

The audio.

getConfig()

public abstract OutputAudioConfig getConfig()

Instructs the speech synthesizer how to generate the speech audio.

.google.cloud.dialogflow.v2.OutputAudioConfig config = 1;

Returns
Type Description
OutputAudioConfig

The config.

getConfigOrBuilder()

public abstract OutputAudioConfigOrBuilder getConfigOrBuilder()

Instructs the speech synthesizer how to generate the speech audio.

.google.cloud.dialogflow.v2.OutputAudioConfig config = 1;

Returns
Type Description
OutputAudioConfigOrBuilder

hasConfig()

public abstract boolean hasConfig()

Instructs the speech synthesizer how to generate the speech audio.

.google.cloud.dialogflow.v2.OutputAudioConfig config = 1;

Returns
Type Description
boolean

Whether the config field is set.