Package com.openai.models.responses
Class ResponseWebSearchCallCompletedEvent
-
- All Implemented Interfaces:
public final class ResponseWebSearchCallCompletedEvent
Emitted when a web search call is completed.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ResponseWebSearchCallCompletedEvent.Builder
A builder for ResponseWebSearchCallCompletedEvent.
-
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 ResponseWebSearchCallCompletedEvent
validate()
final ResponseWebSearchCallCompletedEvent.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ResponseWebSearchCallCompletedEvent.Builder
builder()
Returns a mutable builder for constructing an instance of ResponseWebSearchCallCompletedEvent. -
-
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 ResponseWebSearchCallCompletedEvent validate()
-
toBuilder
final ResponseWebSearchCallCompletedEvent.Builder toBuilder()
-
builder
final static ResponseWebSearchCallCompletedEvent.Builder builder()
Returns a mutable builder for constructing an instance of ResponseWebSearchCallCompletedEvent.
The following fields are required:
.itemId() .outputIndex()
-
-
-
-