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