StructuredSearchResponse

Types

Link copied to clipboard
data class Destination(val structuredSearchCandidate: StructuredSearchCandidate) : StructuredSearchResponse

Contains a StructuredSearchCandidate as destination when the search path ended.

Link copied to clipboard
data class NextState(val structuredSearchState: StructuredSearchState) : StructuredSearchResponse

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