Package com.openai.models.responses
Class ResponseWebSearchCallInProgressEvent
-
- All Implemented Interfaces:
public final class ResponseWebSearchCallInProgressEvent
Emitted when a web search call is initiated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ResponseWebSearchCallInProgressEvent.Builder
A builder for ResponseWebSearchCallInProgressEvent.
-
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 ResponseWebSearchCallInProgressEvent
validate()
final ResponseWebSearchCallInProgressEvent.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ResponseWebSearchCallInProgressEvent.Builder
builder()
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()
-
-
-
-