Package com.openai.models.responses
Class ResponseWebSearchCallSearchingEvent
-
- All Implemented Interfaces:
public final class ResponseWebSearchCallSearchingEvent
Emitted when a web search call is executing.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ResponseWebSearchCallSearchingEvent.Builder
A builder for ResponseWebSearchCallSearchingEvent.
-
Method Summary
Modifier and Type Method Description final String
itemId()
Unique ID for the output item associated with the web search call. final Long
outputIndex()
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 ResponseWebSearchCallSearchingEvent
validate()
final ResponseWebSearchCallSearchingEvent.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ResponseWebSearchCallSearchingEvent.Builder
builder()
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()
-
-
-
-