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
constructor(arn: String? = null, dataPrivacy: DataPrivacyProperties? = null, description: String? = null, id: String? = null, idleSessionTtlInSeconds: Int? = null, name: String? = null, roleArn: String? = null, testBotAliasSettings: BotTestBotAliasSettings? = null)
Properties
Link copied to clipboard
Data privacy setting of the Bot.
Link copied to clipboard
The description of the version.
Link copied to clipboard
IdleSessionTTLInSeconds of the resource
Link copied to clipboard
Specifies configuration settings for the alias used to test the bot. If the TestBotAliasSettings
property is not specified, the settings are configured with default values.