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

UpdateIntentResponse

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

§Properties

§
botId?: string | null
[src]
§
botVersion?: string | null
[src]
§
creationDateTime?: Date | number | null
[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 | null
[src]
§
intentName?: string | null
[src]
§
kendraConfiguration?: KendraConfiguration | null
[src]
§
lastUpdatedDateTime?: Date | number | null
[src]
§
localeId?: string | null
[src]
§
outputContexts?: OutputContext[] | null
[src]
§
parentIntentSignature?: string | null
[src]
§
sampleUtterances?: SampleUtterance[] | null
[src]
§
slotPriorities?: SlotPriority[] | null
[src]