Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SuggestRequest

import type { SuggestRequest } from "https://aws-api.deno.dev/v0.3/services/cloudsearchdomain.ts?docs=full";

Container for the parameters to the Suggest request.

interface SuggestRequest {
query: string;
size?: number | null;
suggester: string;
}

§Properties

§
query: string
[src]

Specifies the string for which you want to get suggestions.

§
size?: number | null
[src]

Specifies the maximum number of suggestions to return.

§
suggester: string
[src]

Specifies the name of the suggester to use to find suggested matches.