Package com.openai.models.responses
Class ResponseFileSearchCallInProgressEvent
-
- All Implemented Interfaces:
public final class ResponseFileSearchCallInProgressEvent
Emitted when a file search call is initiated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ResponseFileSearchCallInProgressEvent.Builder
A builder for ResponseFileSearchCallInProgressEvent.
-
Method Summary
Modifier and Type Method Description final String
itemId()
The ID of the output item that the file search call is initiated. final Long
outputIndex()
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 ResponseFileSearchCallInProgressEvent
validate()
final ResponseFileSearchCallInProgressEvent.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ResponseFileSearchCallInProgressEvent.Builder
builder()
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()
-
-
-
-