Web Search Call In Progress Event
class WebSearchCallInProgressEvent(val sequenceNumber: Int, val itemId: String, val outputIndex: Int) : WebSearchCallEvent
A web search call has been created and is about to run.
Properties
Link copied to clipboard
Identifier of the WebSearchCallItem the update belongs to.
Link copied to clipboard
Position of that item in the output list.
Link copied to clipboard
Position of the event in the stream; increases monotonically.