AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Settings used when Amazon Lex successfully captures a slot value from a user.
Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z
public class SlotCaptureSetting
The SlotCaptureSetting type exposes the following members
Name | Description | |
---|---|---|
![]() |
SlotCaptureSetting() |
Name | Type | Description | |
---|---|---|---|
![]() |
CaptureConditional | Amazon.LexModelsV2.Model.ConditionalSpecification |
Gets and sets the property CaptureConditional. A list of conditional branches to evaluate after the slot value is captured. |
![]() |
CaptureNextStep | Amazon.LexModelsV2.Model.DialogState |
Gets and sets the property CaptureNextStep. Specifies the next step that the bot runs when the slot value is captured before the code hook times out. |
![]() |
CaptureResponse | Amazon.LexModelsV2.Model.ResponseSpecification |
Gets and sets the property CaptureResponse. |
![]() |
CodeHook | Amazon.LexModelsV2.Model.DialogCodeHookInvocationSetting |
Gets and sets the property CodeHook. Code hook called after Amazon Lex successfully captures a slot value. |
![]() |
ElicitationCodeHook | Amazon.LexModelsV2.Model.ElicitationCodeHookInvocationSetting |
Gets and sets the property ElicitationCodeHook. Code hook called when Amazon Lex doesn't capture a slot value. |
![]() |
FailureConditional | Amazon.LexModelsV2.Model.ConditionalSpecification |
Gets and sets the property FailureConditional. A list of conditional branches to evaluate when the slot value isn't captured. |
![]() |
FailureNextStep | Amazon.LexModelsV2.Model.DialogState |
Gets and sets the property FailureNextStep. Specifies the next step that the bot runs when the slot value code is not recognized. |
![]() |
FailureResponse | Amazon.LexModelsV2.Model.ResponseSpecification |
Gets and sets the property FailureResponse. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5