Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.OutputAudioEncoding
-
Packages that use OutputAudioEncoding Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of OutputAudioEncoding in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return OutputAudioEncoding Modifier and Type Method Description static OutputAudioEncodingOutputAudioEncoding. forNumber(int value)OutputAudioEncodingOutputAudioConfig.Builder. getAudioEncoding()Required.OutputAudioEncodingOutputAudioConfig. getAudioEncoding()Required.OutputAudioEncodingOutputAudioConfigOrBuilder. getAudioEncoding()Required.static OutputAudioEncodingOutputAudioEncoding. valueOf(int value)Deprecated.static OutputAudioEncodingOutputAudioEncoding. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static OutputAudioEncodingOutputAudioEncoding. valueOf(String name)Returns the enum constant of this type with the specified name.static OutputAudioEncoding[]OutputAudioEncoding. 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 OutputAudioEncoding Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<OutputAudioEncoding>OutputAudioEncoding. internalGetValueMap()Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type OutputAudioEncoding Modifier and Type Method Description OutputAudioConfig.BuilderOutputAudioConfig.Builder. setAudioEncoding(OutputAudioEncoding value)Required.
-