Package com.openai.models.responses
Class ResponseFileSearchCallCompletedEvent.Builder
-
- All Implemented Interfaces:
public final class ResponseFileSearchCallCompletedEvent.Builder
A builder for ResponseFileSearchCallCompletedEvent.
-
-
Method Summary
-
-
Method Detail
-
itemId
final ResponseFileSearchCallCompletedEvent.Builder itemId(String itemId)
The ID of the output item that the file search call is initiated.
-
itemId
final ResponseFileSearchCallCompletedEvent.Builder itemId(JsonField<String> itemId)
The ID of the output item that the file search call is initiated.
-
outputIndex
final ResponseFileSearchCallCompletedEvent.Builder outputIndex(Long outputIndex)
The index of the output item that the file search call is initiated.
-
outputIndex
final ResponseFileSearchCallCompletedEvent.Builder outputIndex(JsonField<Long> outputIndex)
The index of the output item that the file search call is initiated.
-
type
final ResponseFileSearchCallCompletedEvent.Builder type(JsonValue type)
The type of the event. Always
response.file_search_call.completed
.
-
additionalProperties
final ResponseFileSearchCallCompletedEvent.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ResponseFileSearchCallCompletedEvent.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ResponseFileSearchCallCompletedEvent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ResponseFileSearchCallCompletedEvent.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ResponseFileSearchCallCompletedEvent.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ResponseFileSearchCallCompletedEvent build()
-
-
-
-