- Navigation Guide
@aws-sdk/client-lex-models-v2
StartBotResourceGenerationCommandInput Interface
The input for StartBotResourceGenerationCommand.
Members
Name | Type | Details |
---|---|---|
botId Required | string | undefined | The unique identifier of the bot for which to generate intents and slot types. |
botVersion Required | string | undefined | The version of the bot for which to generate intents and slot types. |
generationInputPrompt Required | string | 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 Required | string | undefined | The locale of the bot for which to generate intents and slot types. |
Full Signature
export interface StartBotResourceGenerationCommandInput extends StartBotResourceGenerationRequest