@aws-sdk/client-lex-models-v2

StartBotResourceGenerationCommandInput Interface

Members

Name
Type
Details
botId Requiredstring | undefined

The unique identifier of the bot for which to generate intents and slot types.

botVersion Requiredstring | undefined

The version of the bot for which to generate intents and slot types.

generationInputPrompt Requiredstring | undefined

The prompt to generate intents and slot types for the bot locale. Your description should be both detailed and precise to help generate appropriate and sufficient intents for your bot. Include a list of actions to improve the intent creation process.

localeId Requiredstring | undefined

The locale of the bot for which to generate intents and slot types.

Full Signature

export interface StartBotResourceGenerationCommandInput extends StartBotResourceGenerationRequest