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
-
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 JsonValue
_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 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
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ChatCompletionFunctionMessageParam validate()
-
toBuilder
final ChatCompletionFunctionMessageParam.Builder toBuilder()
-
builder
final static ChatCompletionFunctionMessageParam.Builder builder()
-
-
-
-