AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.SlotCaptureSetting

Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z

Syntax

C#
public class SlotCaptureSetting

The SlotCaptureSetting type exposes the following members

Constructors

NameDescription
Public Method SlotCaptureSetting()

Properties

NameTypeDescription
Public Property CaptureConditional Amazon.LexModelsV2.Model.ConditionalSpecification

Gets and sets the property CaptureConditional.

A list of conditional branches to evaluate after the slot value is captured.

Public Property 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.

Public Property CaptureResponse Amazon.LexModelsV2.Model.ResponseSpecification

Gets and sets the property CaptureResponse.

Public Property CodeHook Amazon.LexModelsV2.Model.DialogCodeHookInvocationSetting

Gets and sets the property CodeHook.

Code hook called after Amazon Lex successfully captures a slot value.

Public Property ElicitationCodeHook Amazon.LexModelsV2.Model.ElicitationCodeHookInvocationSetting

Gets and sets the property ElicitationCodeHook.

Code hook called when Amazon Lex doesn't capture a slot value.

Public Property 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.

Public Property 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.

Public Property FailureResponse Amazon.LexModelsV2.Model.ResponseSpecification

Gets and sets the property FailureResponse.

Version Information

.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