Package com.openai.models.responses
Class ResponseFileSearchCallSearchingEvent
-
- All Implemented Interfaces:
public final class ResponseFileSearchCallSearchingEvent
Emitted when a file search is currently searching.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ResponseFileSearchCallSearchingEvent.Builder
A builder for ResponseFileSearchCallSearchingEvent.
-
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 searching. 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 searching. final Map<String, JsonValue>
_additionalProperties()
final ResponseFileSearchCallSearchingEvent
validate()
final ResponseFileSearchCallSearchingEvent.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ResponseFileSearchCallSearchingEvent.Builder
builder()
Returns a mutable builder for constructing an instance of ResponseFileSearchCallSearchingEvent. -
-
Method Detail
-
outputIndex
final Long outputIndex()
The index of the output item that the file search call is searching.
-
_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 searching.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ResponseFileSearchCallSearchingEvent validate()
-
toBuilder
final ResponseFileSearchCallSearchingEvent.Builder toBuilder()
-
builder
final static ResponseFileSearchCallSearchingEvent.Builder builder()
Returns a mutable builder for constructing an instance of ResponseFileSearchCallSearchingEvent.
The following fields are required:
.itemId() .outputIndex()
-
-
-
-