BotArgs

constructor(abortStatement: Output<BotAbortStatementArgs>? = null, childDirected: Output<Boolean>? = null, clarificationPrompt: Output<BotClarificationPromptArgs>? = null, createVersion: Output<Boolean>? = null, description: Output<String>? = null, detectSentiment: Output<Boolean>? = null, enableModelImprovements: Output<Boolean>? = null, idleSessionTtlInSeconds: Output<Int>? = null, intents: Output<List<BotIntentArgs>>? = null, locale: Output<String>? = null, name: Output<String>? = null, nluIntentConfidenceThreshold: Output<Double>? = null, processBehavior: Output<String>? = null, voiceId: Output<String>? = null)