BotGrammarSlotTypeSource

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

Describes the Amazon S3 bucket name and location for the grammar that is the source for the slot type.

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 Amazon KMS key required to decrypt the contents of the grammar, if any.

Link copied to clipboard

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

Link copied to clipboard

The path to the grammar in the S3 bucket.