Package com.openai.models
Class ChatCompletionFunctionMessageParam
-
- All Implemented Interfaces:
@Deprecated(message = "deprecated") public final class ChatCompletionFunctionMessageParam
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ChatCompletionFunctionMessageParam.Builder
public final class
ChatCompletionFunctionMessageParam.Role
The role of the messages author, in this case
function
.
-
Method Summary
Modifier and Type Method Description final Optional<String>
content()
The contents of the function message. final String
name()
The name of the function to call. final ChatCompletionFunctionMessageParam.Role
role()
The role of the messages author, in this case function
.final JsonField<String>
_content()
The contents of the function message. final JsonField<String>
_name()
The name of the function to call. final JsonField<ChatCompletionFunctionMessageParam.Role>
_role()
The role of the messages author, in this case function
.final Map<String, JsonValue>
_additionalProperties()
final ChatCompletionFunctionMessageParam
validate()
final ChatCompletionFunctionMessageParam.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ChatCompletionFunctionMessageParam.Builder
builder()
-
-
Method Detail
-
role
final ChatCompletionFunctionMessageParam.Role role()
The role of the messages author, in this case
function
.
-
_role
final JsonField<ChatCompletionFunctionMessageParam.Role> _role()
The role of the messages author, in this case
function
.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ChatCompletionFunctionMessageParam validate()
-
toBuilder
final ChatCompletionFunctionMessageParam.Builder toBuilder()
-
builder
final static ChatCompletionFunctionMessageParam.Builder builder()
-
-
-
-