NextState

data class NextState(val structuredSearchState: StructuredSearchState) : StructuredSearchResponse

Contains a StructuredSearchState when the search path hasn't ended. The client uses the candidates from StructuredSearchState for the StructuredSearchSession to proceed with the search.

Constructors

Link copied to clipboard
constructor(structuredSearchState: StructuredSearchState)

Properties

Link copied to clipboard