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

Usage

import * as mod from "https://aws-api.deno.dev/v0.2/services/lexmodelsv2.ts?docs=full";

§Classes

LexModelsV2

§Interfaces

AudioLogDestination

The location of audio log files collected when conversation logging is enabled for a bot.

AudioLogSetting

Settings for logging audio of conversations between Amazon Lex and a user. You specify whether to log audio and the Amazon S3 bucket where the audio file is stored.

BotAliasHistoryEvent

Provides a record of an event that affects a bot alias. For example, when the version of a bot that the alias points to changes.

BotAliasLocaleSettings

Specifies settings that are unique to a locale. For example, you can use different Lambda function depending on the bot's locale.

BotAliasSummary

Summary information about bot aliases returned from the "ListBotAliases" operation.

BotExportSpecification

Provides the identity of a the bot that was exported.

BotFilter

Filters the responses returned by the ListBots operation.

BotImportSpecification

Provides the bot parameters required for importing a bot.

BotLocaleExportSpecification

Provides the bot locale parameters required for exporting a bot locale.

BotLocaleFilter

Filters responses returned by the ListBotLocales operation.

BotLocaleHistoryEvent

Provides information about an event that occurred affecting the bot locale.

BotLocaleImportSpecification

Provides the bot locale parameters required for importing a bot locale.

BotLocaleSortBy

Specifies attributes for sorting a list of bot locales.

BotLocaleSummary

Summary information about bot locales returned by the "ListBotLocales" operation.

BotSortBy

Specifies attributes for sorting a list of bots.

BotSummary

Summary information about a bot returned by the "ListBots" operation.

BotVersionLocaleDetails

The version of a bot used for a bot locale.

BotVersionSortBy

Specifies attributes for sorting a list of bot versions.

BotVersionSummary

Summary information about a bot version returned by the "ListBotVersions" operation.

BuildBotLocaleRequest
BuildBotLocaleResponse
BuiltInIntentSortBy

Specifies attributes for sorting a list of built-in intents.

BuiltInIntentSummary

Provides summary information about a built-in intent for the "ListBuiltInIntents" operation.

BuiltInSlotTypeSortBy

Specifies attributes for sorting a list of built-in slot types.

BuiltInSlotTypeSummary

Provides summary information about a built-in slot type for the "ListBuiltInSlotTypes" operation.

Button

Describes a button to use on a response card used to gather slot values from a user.

CloudWatchLogGroupLogDestination

The Amazon CloudWatch Logs log group where the text and metadata logs are delivered. The log group must exist before you enable logging.

CodeHookSpecification

Contains information about code hooks that Amazon Lex calls during a conversation.

ConversationLogSettings

Configures conversation logging that saves audio, text, and metadata for the conversations with your users.

CreateBotAliasRequest
CreateBotAliasResponse
CreateBotLocaleRequest
CreateBotLocaleResponse
CreateBotRequest
CreateBotResponse
CreateBotVersionRequest
CreateBotVersionResponse
CreateExportRequest
CreateExportResponse
CreateIntentRequest
CreateIntentResponse
CreateResourcePolicyRequest
CreateResourcePolicyResponse
CreateResourcePolicyStatementRequest
CreateResourcePolicyStatementResponse
CreateSlotRequest
CreateSlotResponse
CreateSlotTypeRequest
CreateSlotTypeResponse
CreateUploadUrlResponse
CustomPayload

A custom response string that Amazon Lex sends to your application. You define the content and structure the string.

DataPrivacy

By default, data stored by Amazon Lex is encrypted. The DataPrivacy structure provides settings that determine how Amazon Lex handles special cases of securing the data for your bot.

DeleteBotAliasRequest
DeleteBotAliasResponse
DeleteBotLocaleRequest
DeleteBotLocaleResponse
DeleteBotRequest
DeleteBotResponse
DeleteBotVersionRequest
DeleteBotVersionResponse
DeleteExportRequest
DeleteExportResponse
DeleteImportRequest
DeleteImportResponse
DeleteIntentRequest
DeleteResourcePolicyRequest
DeleteResourcePolicyResponse
DeleteResourcePolicyStatementRequest
DeleteResourcePolicyStatementResponse
DeleteSlotRequest
DeleteSlotTypeRequest
DescribeBotAliasRequest
DescribeBotAliasResponse
DescribeBotLocaleRequest
DescribeBotLocaleResponse
DescribeBotRequest
DescribeBotResponse
DescribeBotVersionRequest
DescribeBotVersionResponse
DescribeExportRequest
DescribeExportResponse
DescribeImportRequest
DescribeImportResponse
DescribeIntentRequest
DescribeIntentResponse
DescribeResourcePolicyRequest
DescribeResourcePolicyResponse
DescribeSlotRequest
DescribeSlotResponse
DescribeSlotTypeRequest
DescribeSlotTypeResponse
DialogCodeHookSettings

Settings that determine the Lambda function that Amazon Lex uses for processing user responses.

ExportFilter

Filtes the response form the operation

ExportResourceSpecification

Provides information about the bot or bot locale that you want to export. You can specify the botExportSpecification or the botLocaleExportSpecification, but not both.

ExportSortBy

Provides information about sorting a list of exports.

ExportSummary

Provides summary information about an export in an export list.

FulfillmentCodeHookSettings

Determines if a Lambda function should be invoked for a specific intent.

ImageResponseCard

A card that is shown to the user by a messaging platform. You define the contents of the card, the card is displayed by the platform.

ImportFilter

Filters the response from the operation.

ImportResourceSpecification

Provides information about the bot or bot locale that you want to import. You can sepcifiy the botImportSpecification or the botLocaleImportSpecification, but not both.

ImportSortBy

Provides information for sorting a list of imports.

ImportSummary

Provides summary information about an import in an import list.

InputContext

The name of a context that must be active for an intent to be selected by Amazon Lex.

IntentClosingSetting

Provides a statement the Amazon Lex conveys to the user when the intent is successfully fulfilled.

IntentConfirmationSetting

Provides a prompt for making sure that the user is ready for the intent to be fulfilled.

IntentFilter

Filters the response from the ListIntents operation.

IntentSortBy

Specifies attributes for sorting a list of intents.

IntentSummary

Summary information about an intent returned by the ListIntents operation.

KendraConfiguration

Provides configuration information for the AMAZON.KendraSearchIntent intent. When you use this intent, Amazon Lex searches the specified Amazon Kendra index and returns documents from the index that match the user's utterance.

LambdaCodeHook

Specifies a Lambda function that verifies requests to a bot or fulfilles the user's request to a bot.

ListBotAliasesRequest
ListBotAliasesResponse
ListBotLocalesRequest
ListBotLocalesResponse
ListBotsRequest
ListBotsResponse
ListBotVersionsRequest
ListBotVersionsResponse
ListBuiltInIntentsRequest
ListBuiltInIntentsResponse
ListBuiltInSlotTypesRequest
ListBuiltInSlotTypesResponse
ListExportsRequest
ListExportsResponse
ListImportsRequest
ListImportsResponse
ListIntentsRequest
ListIntentsResponse
ListSlotsRequest
ListSlotsResponse
ListSlotTypesRequest
ListSlotTypesResponse
ListTagsForResourceRequest
ListTagsForResourceResponse
Message

The object that provides message text and it's type.

MessageGroup

Provides one or more messages that Amazon Lex should send to the user.

MultipleValuesSetting

Indicates whether a slot can return multiple values.

ObfuscationSetting

Determines whether Amazon Lex obscures slot values in conversation logs.

OutputContext

Describes a session context that is activated when an intent is fulfilled.

PlainTextMessage

Defines an ASCII text message to send to the user.

Principal

The IAM principal that you allowing or denying access to an Amazon Lex action. You must provide a service or an arn, but not both in the same statement. For more information, see AWS JSON policy elements: Principal.

PromptSpecification

Specifies a list of message groups that Amazon Lex sends to a user to elicit a response.

ResponseSpecification

Specifies a list of message groups that Amazon Lex uses to respond the user input.

S3BucketLogDestination

Specifies an Amazon S3 bucket for logging audio conversations

SampleUtterance

A sample utterance that invokes an intent or respond to a slot elicitation prompt.

SampleValue

Defines one of the values for a slot type.

SentimentAnalysisSettings

Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.

SlotDefaultValue

Specifies the default value to use when a user doesn't provide a value for a slot.

SlotDefaultValueSpecification

Defines a list of values that Amazon Lex should use as the default value for a slot.

SlotFilter

Filters the response from the ListSlots operation.

SlotPriority

Sets the priority that Amazon Lex should use when eliciting slot values from a user.

SlotSortBy

Specifies attributes for sorting a list of bots.

SlotSummary

Summary information about a slot, a value that the bot elicits from the user.

SlotTypeFilter

Filters the response from the ListSlotTypes operation.

SlotTypeSortBy

Specifies attributes for sorting a list of slot types.

SlotTypeSummary

Provides summary information about a slot type.

SlotTypeValue

Each slot type can have a set of values. Each SlotTypeValue represents a value that the slot type can take.

SlotValueElicitationSetting

Settings that you can use for eliciting a slot value.

SlotValueRegexFilter

Provides a regular expression used to validate the value of a slot.

SlotValueSelectionSetting

Contains settings used by Amazon Lex to select a slot value.

SSMLMessage

Defines a Speech Synthesis Markup Language (SSML) prompt.

StartImportRequest
StartImportResponse
StillWaitingResponseSpecification

Defines the messages that Amazon Lex sends to a user to remind them that the bot is waiting for a response.

TagResourceRequest
TextLogDestination

Defines the Amazon CloudWatch Logs destination log group for conversation text logs.

TextLogSetting

Defines settings to enable text conversation logs.

UntagResourceRequest
UpdateBotAliasRequest
UpdateBotAliasResponse
UpdateBotLocaleRequest
UpdateBotLocaleResponse
UpdateBotRequest
UpdateBotResponse
UpdateExportRequest
UpdateExportResponse
UpdateIntentRequest
UpdateIntentResponse
UpdateResourcePolicyRequest
UpdateResourcePolicyResponse
UpdateSlotRequest
UpdateSlotResponse
UpdateSlotTypeRequest
UpdateSlotTypeResponse
VoiceSettings

Defines settings for using an Amazon Polly voice to communicate with a user.

WaitAndContinueSpecification

Specifies the prompts that Amazon Lex uses while a bot is waiting for customer input.

§Type Aliases

BotAliasStatus
BotFilterName
BotFilterOperator
BotLocaleFilterName
BotLocaleFilterOperator
BotLocaleSortAttribute
BotLocaleStatus
BotSortAttribute
BotStatus
BotVersionSortAttribute
BuiltInIntentSortAttribute
BuiltInSlotTypeSortAttribute
Effect
ExportFilterName
ExportFilterOperator
ExportSortAttribute
ExportStatus
ImportExportFileFormat
ImportFilterName
ImportFilterOperator
ImportSortAttribute
ImportStatus
IntentFilterName
IntentFilterOperator
IntentSortAttribute
MergeStrategy
ObfuscationSettingType
SlotConstraint
SlotFilterName
SlotFilterOperator
SlotSortAttribute
SlotTypeFilterName
SlotTypeFilterOperator
SlotTypeSortAttribute
SlotValueResolutionStrategy
SortOrder