Package com.openai.models
Class ChatCompletionSystemMessageParam.Role
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class ChatCompletionSystemMessageParam.Role implements EnumThe role of the messages author, in this case
system.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumChatCompletionSystemMessageParam.Role.Knownpublic enumChatCompletionSystemMessageParam.Role.Value
-
Field Summary
Fields Modifier and Type Field Description public final static ChatCompletionSystemMessageParam.RoleSYSTEM
-
Method Summary
Modifier and Type Method Description final JsonField<String>_value()final ChatCompletionSystemMessageParam.Role.Valuevalue()final ChatCompletionSystemMessageParam.Role.Knownknown()final StringasString()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatCompletionSystemMessageParam.Roleof(String value)-
-
Method Detail
-
value
final ChatCompletionSystemMessageParam.Role.Value value()
-
known
final ChatCompletionSystemMessageParam.Role.Known known()
-
of
final static ChatCompletionSystemMessageParam.Role of(String value)
-
-
-
-