SuggestRequest

public struct SuggestRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies the string for which you want to get suggestions.

    Declaration

    Swift

    public let query: String
  • Specifies the maximum number of suggestions to return.

    Declaration

    Swift

    public let size: Int64?
  • Specifies the name of the suggester to use to find suggested matches.

    Declaration

    Swift

    public let suggester: String
  • Undocumented

    Declaration

    Swift

    public init(query: String, size: Int64? = nil, suggester: String)