Bot Intent Confirmation Setting
constructor(codeHook: BotDialogCodeHookInvocationSetting? = null, confirmationConditional: BotConditionalSpecification? = null, confirmationNextStep: BotDialogState? = null, confirmationResponse: BotResponseSpecification? = null, declinationConditional: BotConditionalSpecification? = null, declinationNextStep: BotDialogState? = null, declinationResponse: BotResponseSpecification? = null, elicitationCodeHook: BotElicitationCodeHookInvocationSetting? = null, failureConditional: BotConditionalSpecification? = null, failureNextStep: BotDialogState? = null, failureResponse: BotResponseSpecification? = null, isActive: Boolean? = null, promptSpecification: BotPromptSpecification)