Uses of Class
com.google.cloud.dialogflow.cx.v3.AudioInput
-
Packages that use AudioInput Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of AudioInput in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return AudioInput Modifier and Type Method Description AudioInput
AudioInput.Builder. build()
AudioInput
AudioInput.Builder. buildPartial()
AudioInput
QueryInput.Builder. getAudio()
The natural language speech audio to be processed.AudioInput
QueryInput. getAudio()
The natural language speech audio to be processed.AudioInput
QueryInputOrBuilder. getAudio()
The natural language speech audio to be processed.static AudioInput
AudioInput. getDefaultInstance()
AudioInput
AudioInput.Builder. getDefaultInstanceForType()
AudioInput
AudioInput. getDefaultInstanceForType()
static AudioInput
AudioInput. parseDelimitedFrom(InputStream input)
static AudioInput
AudioInput. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AudioInput
AudioInput. parseFrom(byte[] data)
static AudioInput
AudioInput. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AudioInput
AudioInput. parseFrom(com.google.protobuf.ByteString data)
static AudioInput
AudioInput. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AudioInput
AudioInput. parseFrom(com.google.protobuf.CodedInputStream input)
static AudioInput
AudioInput. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AudioInput
AudioInput. parseFrom(InputStream input)
static AudioInput
AudioInput. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AudioInput
AudioInput. parseFrom(ByteBuffer data)
static AudioInput
AudioInput. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type AudioInput Modifier and Type Method Description com.google.protobuf.Parser<AudioInput>
AudioInput. getParserForType()
static com.google.protobuf.Parser<AudioInput>
AudioInput. parser()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type AudioInput Modifier and Type Method Description QueryInput.Builder
QueryInput.Builder. mergeAudio(AudioInput value)
The natural language speech audio to be processed.AudioInput.Builder
AudioInput.Builder. mergeFrom(AudioInput other)
static AudioInput.Builder
AudioInput. newBuilder(AudioInput prototype)
QueryInput.Builder
QueryInput.Builder. setAudio(AudioInput value)
The natural language speech audio to be processed.
-