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

CreateIntentResponse

import type { CreateIntentResponse } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface CreateIntentResponse {
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;
localeId?: string | null;
outputContexts?: OutputContext[] | null;
parentIntentSignature?: string | null;
sampleUtterances?: SampleUtterance[] | null;
}

§Properties

§
botId?: string | null
[src]

The identifier of the bot associated with the intent.

§
botVersion?: string | null
[src]

The identifier of the version of the bot associated with the intent.

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

A timestamp of the date and time that the intent was created.

§
description?: string | null
[src]

The description specified for the intent.

§
dialogCodeHook?: DialogCodeHookSettings | null
[src]

The dialog Lambda function specified for the intent.

§
fulfillmentCodeHook?: FulfillmentCodeHookSettings | null
[src]

The fulfillment Lambda function specified for the intent.

§
initialResponseSetting?: InitialResponseSetting | null
[src]

Configuration settings for the response that is sent to the user at the beginning of a conversation, before eliciting slot values.

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

The list of input contexts specified for the intent.

§
intentClosingSetting?: IntentClosingSetting | null
[src]

The closing setting specified for the intent.

§
intentConfirmationSetting?: IntentConfirmationSetting | null
[src]

The confirmation setting specified for the intent.

§
intentId?: string | null
[src]

A unique identifier for the intent.

§
intentName?: string | null
[src]

The name specified for the intent.

§
kendraConfiguration?: KendraConfiguration | null
[src]

Configuration for searching a Amazon Kendra index specified for the intent.

§
localeId?: string | null
[src]

The locale that the intent is specified to use.

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

The list of output contexts specified for the intent.

§
parentIntentSignature?: string | null
[src]

The signature of the parent intent specified for the intent.

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

The sample utterances specified for the intent.