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

UpdateBotRecommendationRequest

import type { UpdateBotRecommendationRequest } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface UpdateBotRecommendationRequest {
botId: string;
botRecommendationId: string;
botVersion: string;
encryptionSetting: EncryptionSetting;
localeId: string;
}

§Properties

§
botId: string
[src]

The unique identifier of the bot containing the bot recommendation to be updated.

§
botRecommendationId: string
[src]

The unique identifier of the bot recommendation to be updated.

§
botVersion: string
[src]

The version of the bot containing the bot recommendation to be updated.

§
encryptionSetting: EncryptionSetting
[src]

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

§
localeId: string
[src]

The identifier of the language and locale of the bot recommendation to update. The string must match one of the supported locales. For more information, see Supported languages