Get Bot Result
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)