NextState

data class NextState(val structuredSearchState: StructuredSearchState) : StructuredSearchResponse

Contains a StructuredSearchState when the search path hasn't ended.

Constructors

Link copied to clipboard
constructor(structuredSearchState: StructuredSearchState)

Properties