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

Suggestion

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

A single query suggestion.

interface Suggestion {
Id?: string | null;
Value?: SuggestionValue | null;
}

§Properties

§
Id?: string | null
[src]

The unique UUID (universally unique identifier) of a single query suggestion.

§
Value?: SuggestionValue | null
[src]

The value for the unique UUID (universally unique identifier) of a single query suggestion.

The value is the text string of a suggestion.