| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
GrammarSlotTypeSource |
GrammarSlotTypeSource.clone() |
GrammarSlotTypeSource |
GrammarSlotTypeSetting.getSource()
The source of the grammar used to create the slot type.
|
GrammarSlotTypeSource |
GrammarSlotTypeSource.withKmsKeyArn(String kmsKeyArn)
The KMS key required to decrypt the contents of the grammar, if any.
|
GrammarSlotTypeSource |
GrammarSlotTypeSource.withS3BucketName(String s3BucketName)
The name of the Amazon S3 bucket that contains the grammar source.
|
GrammarSlotTypeSource |
GrammarSlotTypeSource.withS3ObjectKey(String s3ObjectKey)
The path to the grammar in the Amazon S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrammarSlotTypeSetting.setSource(GrammarSlotTypeSource source)
The source of the grammar used to create the slot type.
|
GrammarSlotTypeSetting |
GrammarSlotTypeSetting.withSource(GrammarSlotTypeSource source)
The source of the grammar used to create the slot type.
|
Copyright © 2024. All rights reserved.