Package com.openai.models.responses
Class ResponseFileSearchCallInProgressEvent
-
- All Implemented Interfaces:
public final class ResponseFileSearchCallInProgressEventEmitted when a file search call is initiated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classResponseFileSearchCallInProgressEvent.BuilderA builder for ResponseFileSearchCallInProgressEvent.
-
Method Summary
Modifier and Type Method Description final StringitemId()The ID of the output item that the file search call is initiated. final LongoutputIndex()The index of the output item that the file search call is initiated. final JsonValue_type()The type of the event. final JsonField<String>_itemId()The ID of the output item that the file search call is initiated. final JsonField<Long>_outputIndex()The index of the output item that the file search call is initiated. final Map<String, JsonValue>_additionalProperties()final ResponseFileSearchCallInProgressEventvalidate()final ResponseFileSearchCallInProgressEvent.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseFileSearchCallInProgressEvent.Builderbuilder()Returns a mutable builder for constructing an instance of ResponseFileSearchCallInProgressEvent. -
-
Method Detail
-
outputIndex
final Long outputIndex()
The index of the output item that the file search call is initiated.
-
_itemId
final JsonField<String> _itemId()
The ID of the output item that the file search call is initiated.
-
_outputIndex
final JsonField<Long> _outputIndex()
The index of the output item that the file search call is initiated.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ResponseFileSearchCallInProgressEvent validate()
-
toBuilder
final ResponseFileSearchCallInProgressEvent.Builder toBuilder()
-
builder
final static ResponseFileSearchCallInProgressEvent.Builder builder()
Returns a mutable builder for constructing an instance of ResponseFileSearchCallInProgressEvent.
The following fields are required:
.itemId() .outputIndex()
-
-
-
-