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

GetQuerySuggestionsResponse

import type { GetQuerySuggestionsResponse } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface GetQuerySuggestionsResponse {
QuerySuggestionsId?: string | null;
Suggestions?: Suggestion[] | null;
}

§Properties

§
QuerySuggestionsId?: string | null
[src]

The identifier for a list of query suggestions for an index.

§
Suggestions?: Suggestion[] | null
[src]

A list of query suggestions for an index.