V2models Intent Args
constructor(botId: Output<String>? = null, botVersion: Output<String>? = null, closingSetting: Output<V2modelsIntentClosingSettingArgs>? = null, confirmationSetting: Output<V2modelsIntentConfirmationSettingArgs>? = null, description: Output<String>? = null, dialogCodeHook: Output<V2modelsIntentDialogCodeHookArgs>? = null, fulfillmentCodeHook: Output<V2modelsIntentFulfillmentCodeHookArgs>? = null, initialResponseSetting: Output<V2modelsIntentInitialResponseSettingArgs>? = null, inputContexts: Output<List<V2modelsIntentInputContextArgs>>? = null, kendraConfiguration: Output<V2modelsIntentKendraConfigurationArgs>? = null, localeId: Output<String>? = null, name: Output<String>? = null, outputContexts: Output<List<V2modelsIntentOutputContextArgs>>? = null, parentIntentSignature: Output<String>? = null, sampleUtterances: Output<List<V2modelsIntentSampleUtteranceArgs>>? = null, slotPriorities: Output<List<V2modelsIntentSlotPriorityArgs>>? = null, timeouts: Output<V2modelsIntentTimeoutsArgs>? = null)