Package com.openai.models.responses
Class ResponseWebSearchCallSearchingEvent
-
- All Implemented Interfaces:
public final class ResponseWebSearchCallSearchingEventEmitted when a web search call is executing.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classResponseWebSearchCallSearchingEvent.BuilderA builder for ResponseWebSearchCallSearchingEvent.
-
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 ResponseWebSearchCallSearchingEventvalidate()final ResponseWebSearchCallSearchingEvent.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseWebSearchCallSearchingEvent.Builderbuilder()Returns a mutable builder for constructing an instance of ResponseWebSearchCallSearchingEvent. -
-
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 ResponseWebSearchCallSearchingEvent validate()
-
toBuilder
final ResponseWebSearchCallSearchingEvent.Builder toBuilder()
-
builder
final static ResponseWebSearchCallSearchingEvent.Builder builder()
Returns a mutable builder for constructing an instance of ResponseWebSearchCallSearchingEvent.
The following fields are required:
.itemId() .outputIndex()
-
-
-
-