BotGrammarSlotTypeSource

data class BotGrammarSlotTypeSource(val kmsKeyArn: String? = null, val s3BucketName: String, val s3ObjectKey: String)

Constructors

Link copied to clipboard
constructor(kmsKeyArn: String? = null, s3BucketName: String, s3ObjectKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyArn: String? = null

The AWS KMS key required to decrypt the contents of the grammar, if any.

Link copied to clipboard

The name of the Amazon S3 bucket that contains the grammar source.

Link copied to clipboard

The path to the grammar in the Amazon S3 bucket.