BotIntentArgs

constructor(bedrockAgentIntentConfiguration: Output<BotBedrockAgentIntentConfigurationArgs>? = null, description: Output<String>? = null, dialogCodeHook: Output<BotDialogCodeHookSettingArgs>? = null, fulfillmentCodeHook: Output<BotFulfillmentCodeHookSettingArgs>? = null, initialResponseSetting: Output<BotInitialResponseSettingArgs>? = null, inputContexts: Output<List<BotInputContextArgs>>? = null, intentClosingSetting: Output<BotIntentClosingSettingArgs>? = null, intentConfirmationSetting: Output<BotIntentConfirmationSettingArgs>? = null, kendraConfiguration: Output<BotKendraConfigurationArgs>? = null, name: Output<String>, outputContexts: Output<List<BotOutputContextArgs>>? = null, parentIntentSignature: Output<String>? = null, qInConnectIntentConfiguration: Output<BotQInConnectIntentConfigurationArgs>? = null, qnAIntentConfiguration: Output<BotQnAIntentConfigurationArgs>? = null, sampleUtterances: Output<List<BotSampleUtteranceArgs>>? = null, slotPriorities: Output<List<BotSlotPriorityArgs>>? = null, slots: Output<List<BotSlotArgs>>? = null)