Web Search Call Completed Event
class WebSearchCallCompletedEvent(val sequenceNumber: Int, val itemId: String, val outputIndex: Int) : WebSearchCallEvent
The web search has finished and its results are feeding back into the model.
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.