StructuredSearchResponse
public enum StructuredSearchResponse : Equatable
Response from the StructuredSearchSession
.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Contains a
StructuredSearchState
when the search path hasn’t ended.Declaration
Swift
case nextState(StructuredSearchState)
-
Contains a
StructuredSearchCandidate
as destination when the search path ended.Declaration
Swift
case destination(StructuredSearchCandidate)