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 class
RunStepDeltaMessageDelta.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.MessageCreation
validate()
final RunStepDeltaMessageDelta.MessageCreation.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static RunStepDeltaMessageDelta.MessageCreation.Builder
builder()
-
-
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()
-
-
-
-