Uses of Class
com.google.cloud.dialogflow.cx.v3.InputAudioConfig
-
Packages that use InputAudioConfig Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of InputAudioConfig in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return InputAudioConfig Modifier and Type Method Description InputAudioConfig
InputAudioConfig.Builder. build()
InputAudioConfig
InputAudioConfig.Builder. buildPartial()
InputAudioConfig
AudioInput.Builder. getConfig()
Required.InputAudioConfig
AudioInput. getConfig()
Required.InputAudioConfig
AudioInputOrBuilder. getConfig()
Required.static InputAudioConfig
InputAudioConfig. getDefaultInstance()
InputAudioConfig
InputAudioConfig.Builder. getDefaultInstanceForType()
InputAudioConfig
InputAudioConfig. getDefaultInstanceForType()
static InputAudioConfig
InputAudioConfig. parseDelimitedFrom(InputStream input)
static InputAudioConfig
InputAudioConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputAudioConfig
InputAudioConfig. parseFrom(byte[] data)
static InputAudioConfig
InputAudioConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputAudioConfig
InputAudioConfig. parseFrom(com.google.protobuf.ByteString data)
static InputAudioConfig
InputAudioConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputAudioConfig
InputAudioConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static InputAudioConfig
InputAudioConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputAudioConfig
InputAudioConfig. parseFrom(InputStream input)
static InputAudioConfig
InputAudioConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputAudioConfig
InputAudioConfig. parseFrom(ByteBuffer data)
static InputAudioConfig
InputAudioConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type InputAudioConfig Modifier and Type Method Description com.google.protobuf.Parser<InputAudioConfig>
InputAudioConfig. getParserForType()
static com.google.protobuf.Parser<InputAudioConfig>
InputAudioConfig. parser()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type InputAudioConfig Modifier and Type Method Description AudioInput.Builder
AudioInput.Builder. mergeConfig(InputAudioConfig value)
Required.InputAudioConfig.Builder
InputAudioConfig.Builder. mergeFrom(InputAudioConfig other)
static InputAudioConfig.Builder
InputAudioConfig. newBuilder(InputAudioConfig prototype)
AudioInput.Builder
AudioInput.Builder. setConfig(InputAudioConfig value)
Required.
-