Package com.openai.models
Class RunStepDeltaMessageDelta.MessageCreation
-
- All Implemented Interfaces:
public final class RunStepDeltaMessageDelta.MessageCreation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRunStepDeltaMessageDelta.MessageCreation.Builder
-
Method Summary
Modifier and Type Method Description final Optional<String>messageId()The ID of the message that was created by this run step. final JsonField<String>_messageId()The ID of the message that was created by this run step. final Map<String, JsonValue>_additionalProperties()final RunStepDeltaMessageDelta.MessageCreationvalidate()final RunStepDeltaMessageDelta.MessageCreation.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RunStepDeltaMessageDelta.MessageCreation.Builderbuilder()-
-
Method Detail
-
messageId
final Optional<String> messageId()
The ID of the message that was created by this run step.
-
_messageId
final JsonField<String> _messageId()
The ID of the message that was created by this run step.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final RunStepDeltaMessageDelta.MessageCreation validate()
-
toBuilder
final RunStepDeltaMessageDelta.MessageCreation.Builder toBuilder()
-
builder
final static RunStepDeltaMessageDelta.MessageCreation.Builder builder()
-
-
-
-