Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.AudioEncoding
-
Packages that use AudioEncoding Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of AudioEncoding in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return AudioEncoding Modifier and Type Method Description static AudioEncodingAudioEncoding. forNumber(int value)AudioEncodingInputAudioConfig.Builder. getAudioEncoding()Required.AudioEncodingInputAudioConfig. getAudioEncoding()Required.AudioEncodingInputAudioConfigOrBuilder. getAudioEncoding()Required.static AudioEncodingAudioEncoding. valueOf(int value)Deprecated.static AudioEncodingAudioEncoding. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AudioEncodingAudioEncoding. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioEncoding[]AudioEncoding. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type AudioEncoding Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AudioEncoding>AudioEncoding. internalGetValueMap()Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type AudioEncoding Modifier and Type Method Description InputAudioConfig.BuilderInputAudioConfig.Builder. setAudioEncoding(AudioEncoding value)Required.
-