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

public static enum RealtimeParam.ParamName extends Enum<RealtimeParam.ParamName>
Represents configurable options
  • Enum Constant Details

    • OUTPUT_VOICE

      public static final RealtimeParam.ParamName OUTPUT_VOICE
      Voice name to use to produce sound
    • TURN_DETECTION

      public static final RealtimeParam.ParamName TURN_DETECTION
      How model will recognize that it is its turn to respond (e.g. explicitly asked, automatically detected)
    • SYSTEM_PROMPT

      public static final RealtimeParam.ParamName SYSTEM_PROMPT
      Override or specify system prompt given to a model
  • Method Details

    • values

      public static RealtimeParam.ParamName[] 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

      public static RealtimeParam.ParamName valueOf(String name)
      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 name
      NullPointerException - if the argument is null