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