Intent Args
constructor(conclusionStatement: Output<IntentConclusionStatementArgs>? = null, confirmationPrompt: Output<IntentConfirmationPromptArgs>? = null, createVersion: Output<Boolean>? = null, description: Output<String>? = null, dialogCodeHook: Output<IntentDialogCodeHookArgs>? = null, followUpPrompt: Output<IntentFollowUpPromptArgs>? = null, fulfillmentActivity: Output<IntentFulfillmentActivityArgs>? = null, name: Output<String>? = null, parentIntentSignature: Output<String>? = null, rejectionStatement: Output<IntentRejectionStatementArgs>? = null, sampleUtterances: Output<List<String>>? = null, slots: Output<List<IntentSlotArgs>>? = null)