SuggestionMatch

public struct SuggestionMatch : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The document ID of the suggested document.

    Declaration

    Swift

    public let id: String?
  • The relevance score of a suggested match.

    Declaration

    Swift

    public let score: Int64?
  • The string that matches the query string specified in the SuggestRequest.

    Declaration

    Swift

    public let suggestion: String?
  • Undocumented

    Declaration

    Swift

    public init(id: String? = nil, score: Int64? = nil, suggestion: String? = nil)