public interface OutputAudioOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getAudio()
Required.
|
OutputAudioConfig |
getConfig()
Required.
|
OutputAudioConfigOrBuilder |
getConfigOrBuilder()
Required.
|
boolean |
hasConfig()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConfig()
Required. Instructs the speech synthesizer how to generate the speech audio.
.google.cloud.dialogflow.v2beta1.OutputAudioConfig config = 1;OutputAudioConfig getConfig()
Required. Instructs the speech synthesizer how to generate the speech audio.
.google.cloud.dialogflow.v2beta1.OutputAudioConfig config = 1;OutputAudioConfigOrBuilder getConfigOrBuilder()
Required. Instructs the speech synthesizer how to generate the speech audio.
.google.cloud.dialogflow.v2beta1.OutputAudioConfig config = 1;com.google.protobuf.ByteString getAudio()
Required. The natural language speech audio.
bytes audio = 2;Copyright © 2023 Google LLC. All rights reserved.