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

DescribeBotRecommendationResponse

import type { DescribeBotRecommendationResponse } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface DescribeBotRecommendationResponse {
botId?: string | null;
botRecommendationId?: string | null;
botRecommendationResults?: BotRecommendationResults | null;
botRecommendationStatus?: BotRecommendationStatus | null;
botVersion?: string | null;
creationDateTime?: Date | number | null;
encryptionSetting?: EncryptionSetting | null;
failureReasons?: string[] | null;
lastUpdatedDateTime?: Date | number | null;
localeId?: string | null;
transcriptSourceSetting?: TranscriptSourceSetting | null;
}

§Properties

§
botId?: string | null
[src]

The identifier of the bot associated with the bot recommendation.

§
botRecommendationId?: string | null
[src]

The identifier of the bot recommendation being described.

§
botRecommendationResults?: BotRecommendationResults | null
[src]

The object representing the URL of the bot definition, the URL of the associated transcript and a statistical summary of the bot recommendation results.

§
botRecommendationStatus?: BotRecommendationStatus | null
[src]

The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.

§
botVersion?: string | null
[src]

The version of the bot associated with the bot recommendation.

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

The date and time that the bot recommendation was created.

§
encryptionSetting?: EncryptionSetting | null
[src]

The object representing the passwords that were used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.

§
failureReasons?: string[] | null
[src]

If botRecommendationStatus is Failed, Amazon Lex explains why.

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

The date and time that the bot recommendation was last updated.

§
localeId?: string | null
[src]

The identifier of the language and locale of the bot recommendation to describe.

§
transcriptSourceSetting?: TranscriptSourceSetting | null
[src]

The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.