Class ChatCompletionAssistantMessageParam.Audio
-
- All Implemented Interfaces:
public final class ChatCompletionAssistantMessageParam.AudioData about a previous audio response from the model. Learn more.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classChatCompletionAssistantMessageParam.Audio.BuilderA builder for Audio.
-
Method Summary
Modifier and Type Method Description final Stringid()Unique identifier for a previous audio response from the model. final JsonField<String>_id()Returns the raw JSON value of id. final Map<String, JsonValue>_additionalProperties()final ChatCompletionAssistantMessageParam.Audio.BuildertoBuilder()final ChatCompletionAssistantMessageParam.Audiovalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatCompletionAssistantMessageParam.Audio.Builderbuilder()Returns a mutable builder for constructing an instance of Audio. -
-
Method Detail
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ChatCompletionAssistantMessageParam.Audio.Builder toBuilder()
-
validate
final ChatCompletionAssistantMessageParam.Audio validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static ChatCompletionAssistantMessageParam.Audio.Builder builder()
Returns a mutable builder for constructing an instance of Audio.
The following fields are required:
.id()
-
-
-
-