interface SlotPriorityProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lex.CfnBot.SlotPriorityProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnBot_SlotPriorityProperty |
![]() | software.amazon.awscdk.services.lex.CfnBot.SlotPriorityProperty |
![]() | aws_cdk.aws_lex.CfnBot.SlotPriorityProperty |
![]() | aws-cdk-lib » aws_lex » CfnBot » SlotPriorityProperty |
Sets the priority that Amazon Lex should use when eliciting slot values from a user.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lex as lex } from 'aws-cdk-lib';
const slotPriorityProperty: lex.CfnBot.SlotPriorityProperty = {
priority: 123,
slotName: 'slotName',
};
Properties
Name | Type | Description |
---|---|---|
priority | number | The priority that Amazon Lex should apply to the slot. |
slot | string | The name of the slot. |
priority
Type:
number
The priority that Amazon Lex should apply to the slot.
slotName
Type:
string
The name of the slot.