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

BotRecommendationSummary

import type { BotRecommendationSummary } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";

A summary of the bot recommendation.

interface BotRecommendationSummary {
botRecommendationId: string;
botRecommendationStatus: BotRecommendationStatus;
creationDateTime?: Date | number | null;
lastUpdatedDateTime?: Date | number | null;
}

§Properties

§
botRecommendationId: string
[src]

The unique identifier of the bot recommendation to be updated.

§
botRecommendationStatus: BotRecommendationStatus
[src]

The status of the bot recommendation.

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

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

A timestamp of the date and time that the bot recommendation was created.

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

A timestamp of the date and time that the bot recommendation was last updated.