Interface RealtimeParam
- All Known Implementing Classes:
RealtimeParamSystemPrompt,RealtimeParamTurnDetection,RealtimeParamVoice
@Beta
public interface RealtimeParam
Represents possible configuration params of realtime client
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumRepresents configurable options -
Method Summary
Modifier and TypeMethodDescriptionReturns param nameReturns string value representation of the param
-
Method Details
-
getParamName
Returns param name- Returns:
- name
-
getValueAsString
Returns string value representation of the param- Returns:
- string value
-