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