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

QueryRecommendationTriggerData

import type { QueryRecommendationTriggerData } from "https://aws-api.deno.dev/v0.4/services/wisdom.ts?docs=full";

Data associated with the QUERY RecommendationTriggerType.

interface QueryRecommendationTriggerData {
text?: string | null;
}

§Properties

§
text?: string | null
[src]

The text associated with the recommendation trigger.