Package com.openai.models.responses
Class ResponseWebSearchCallInProgressEvent
-
- All Implemented Interfaces:
public final class ResponseWebSearchCallInProgressEventEmitted when a web search call is initiated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classResponseWebSearchCallInProgressEvent.BuilderA builder for ResponseWebSearchCallInProgressEvent.
-
Method Summary
Modifier and Type Method Description final StringitemId()Unique ID for the output item associated with the web search call. final LongoutputIndex()The index of the output item that the web search call is associated with. final JsonValue_type()The type of the event. final JsonField<String>_itemId()Unique ID for the output item associated with the web search call. final JsonField<Long>_outputIndex()The index of the output item that the web search call is associated with. final Map<String, JsonValue>_additionalProperties()final ResponseWebSearchCallInProgressEventvalidate()final ResponseWebSearchCallInProgressEvent.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseWebSearchCallInProgressEvent.Builderbuilder()Returns a mutable builder for constructing an instance of ResponseWebSearchCallInProgressEvent. -
-
Method Detail
-
outputIndex
final Long outputIndex()
The index of the output item that the web search call is associated with.
-
_itemId
final JsonField<String> _itemId()
Unique ID for the output item associated with the web search call.
-
_outputIndex
final JsonField<Long> _outputIndex()
The index of the output item that the web search call is associated with.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ResponseWebSearchCallInProgressEvent validate()
-
toBuilder
final ResponseWebSearchCallInProgressEvent.Builder toBuilder()
-
builder
final static ResponseWebSearchCallInProgressEvent.Builder builder()
Returns a mutable builder for constructing an instance of ResponseWebSearchCallInProgressEvent.
The following fields are required:
.itemId() .outputIndex()
-
-
-
-