Enum Class RealtimeParam.ParamName
java.lang.Object
java.lang.Enum<RealtimeParam.ParamName>
com.sap.ai.sdk.foundationmodels.openai.realtime.RealtimeParam.ParamName
- All Implemented Interfaces:
Serializable,Comparable<RealtimeParam.ParamName>,Constable
- Enclosing interface:
RealtimeParam
Represents configurable options
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionVoice name to use to produce soundOverride or specify system prompt given to a modelHow model will recognize that it is its turn to respond (e.g. -
Method Summary
Modifier and TypeMethodDescriptionstatic RealtimeParam.ParamNameReturns the enum constant of this class with the specified name.static RealtimeParam.ParamName[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OUTPUT_VOICE
Voice name to use to produce sound -
TURN_DETECTION
How model will recognize that it is its turn to respond (e.g. explicitly asked, automatically detected) -
SYSTEM_PROMPT
Override or specify system prompt given to a model
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-