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.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface UpdateIntentResponse {
botId?: string | null;
botVersion?: string | null;
creationDateTime?: Date | number | null;
description?: string | null;
dialogCodeHook?: DialogCodeHookSettings | null;
fulfillmentCodeHook?: FulfillmentCodeHookSettings | null;
initialResponseSetting?: InitialResponseSetting | 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]

The identifier of the bot that contains the intent.

§
botVersion?: string | null
[src]

The version of the bot that contains the intent. Will always be DRAFT.

§
creationDateTime?: Date | number | null
[src]

A timestamp of when the intent was created.

§
description?: string | null
[src]

The updated description of the intent.

§
dialogCodeHook?: DialogCodeHookSettings | null
[src]

The updated Lambda function called during each turn of the conversation with the user.

§
fulfillmentCodeHook?: FulfillmentCodeHookSettings | null
[src]

The updated Lambda function called when the intent is ready for fulfillment.

§
initialResponseSetting?: InitialResponseSetting | null
[src]
§
inputContexts?: InputContext[] | null
[src]

The updated list of contexts that must be active for the intent to be considered by Amazon Lex.

§
intentClosingSetting?: IntentClosingSetting | null
[src]

The updated response that Amazon Lex sends the user when the intent is closed.

§
intentConfirmationSetting?: IntentConfirmationSetting | null
[src]

The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.

§
intentId?: string | null
[src]

The identifier of the intent that was updated.

§
intentName?: string | null
[src]

The updated name of the intent.

§
kendraConfiguration?: KendraConfiguration | null
[src]

The updated configuration for connecting to an Amazon Kendra index with the AMAZON.KendraSearchIntent intent.

§
lastUpdatedDateTime?: Date | number | null
[src]

A timestamp of the last time that the intent was modified.

§
localeId?: string | null
[src]

The updated language and locale of the intent.

§
outputContexts?: OutputContext[] | null
[src]

The updated list of contexts that Amazon Lex activates when the intent is fulfilled.

§
parentIntentSignature?: string | null
[src]

The updated built-in intent that is the parent of this intent.

§
sampleUtterances?: SampleUtterance[] | null
[src]

The updated list of sample utterances for the intent.

§
slotPriorities?: SlotPriority[] | null
[src]

The updated list of slots and their priorities that are elicited from the user for the intent.