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
StructuredSearchStatewhen the search path hasn’t ended.Declaration
Swift
case nextState(StructuredSearchState) -
Contains a
StructuredSearchCandidateas destination when the search path ended.Declaration
Swift
case destination(StructuredSearchCandidate)
StructuredSearchResponse Enumeration Reference