Get Bot Result
data class GetBotResult(val arn: String, val checksum: String, val childDirected: Boolean, val createdDate: String, val description: String, val detectSentiment: Boolean, val enableModelImprovements: Boolean, val failureReason: String, val id: String, val idleSessionTtlInSeconds: Int, val lastUpdatedDate: String, val locale: String, val name: String, val nluIntentConfidenceThreshold: Double, val status: String, val version: String? = null, val voiceId: String)
A collection of values returned by getBot.
Constructors
Link copied to clipboard
fun GetBotResult(arn: String, checksum: String, childDirected: Boolean, createdDate: String, description: String, detectSentiment: Boolean, enableModelImprovements: Boolean, failureReason: String, id: String, idleSessionTtlInSeconds: Int, lastUpdatedDate: String, locale: String, name: String, nluIntentConfidenceThreshold: Double, status: String, version: String? = null, voiceId: String)