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

UpdateIntentRequest

import type { UpdateIntentRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/lexmodelsv2.ts";
interface UpdateIntentRequest {
botId: string;
botVersion: string;
description?: string | null;
dialogCodeHook?: DialogCodeHookSettings | null;
fulfillmentCodeHook?: FulfillmentCodeHookSettings | null;
inputContexts?: InputContext[] | null;
intentClosingSetting?: IntentClosingSetting | null;
intentConfirmationSetting?: IntentConfirmationSetting | null;
intentId: string;
intentName: string;
kendraConfiguration?: KendraConfiguration | null;
localeId: string;
outputContexts?: OutputContext[] | null;
parentIntentSignature?: string | null;
sampleUtterances?: SampleUtterance[] | null;
slotPriorities?: SlotPriority[] | null;
}

§Properties

§
botId: string
[src]
§
botVersion: string
[src]
§
description?: string | null
[src]
§
dialogCodeHook?: DialogCodeHookSettings | null
[src]
§
fulfillmentCodeHook?: FulfillmentCodeHookSettings | null
[src]
§
inputContexts?: InputContext[] | null
[src]
§
intentClosingSetting?: IntentClosingSetting | null
[src]
§
intentConfirmationSetting?: IntentConfirmationSetting | null
[src]
§
intentId: string
[src]
§
intentName: string
[src]
§
kendraConfiguration?: KendraConfiguration | null
[src]
§
localeId: string
[src]
§
outputContexts?: OutputContext[] | null
[src]
§
parentIntentSignature?: string | null
[src]
§
sampleUtterances?: SampleUtterance[] | null
[src]
§
slotPriorities?: SlotPriority[] | null
[src]