BotTextLogSettingArgs

data class BotTextLogSettingArgs(val destination: Output<BotTextLogDestinationArgs>, val enabled: Output<Boolean>) : ConvertibleToJava<BotTextLogSettingArgs>

Contains information about code hooks that Amazon Lex calls during a conversation.

Constructors

Link copied to clipboard
constructor(destination: Output<BotTextLogDestinationArgs>, enabled: Output<Boolean>)

Properties

Link copied to clipboard
Link copied to clipboard
val enabled: Output<Boolean>

Functions

Link copied to clipboard
open override fun toJava(): BotTextLogSettingArgs