GetBotResult

data class GetBotResult(val arn: String? = null, val dataPrivacy: DataPrivacyProperties? = null, val description: String? = null, val id: String? = null, val idleSessionTtlInSeconds: Int? = null, val name: String? = null, val roleArn: String? = null, val testBotAliasSettings: BotTestBotAliasSettings? = null)

Constructors

Link copied to clipboard
fun GetBotResult(arn: String? = null, dataPrivacy: DataPrivacyProperties? = null, description: String? = null, id: String? = null, idleSessionTtlInSeconds: Int? = null, name: String? = null, roleArn: String? = null, testBotAliasSettings: BotTestBotAliasSettings? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null
Link copied to clipboard

Data privacy setting of the Bot.

Link copied to clipboard
val description: String? = null
Link copied to clipboard
val id: String? = null
Link copied to clipboard

IdleSessionTTLInSeconds of the resource

Link copied to clipboard
val name: String? = null
Link copied to clipboard
val roleArn: String? = null
Link copied to clipboard