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.

Specifies the elicitation setting details eliciting a slot.

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.SlotValueElicitationSetting

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

Syntax

C#
public class SlotValueElicitationSetting

The SlotValueElicitationSetting type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DefaultValueSpecification Amazon.LexModelsV2.Model.SlotDefaultValueSpecification

Gets and sets the property DefaultValueSpecification.

A list of default values for a slot. Default values are used when Amazon Lex hasn't determined a value for a slot. You can specify default values from context variables, session attributes, and defined values.

Public Property PromptSpecification Amazon.LexModelsV2.Model.PromptSpecification

Gets and sets the property PromptSpecification.

The prompt that Amazon Lex uses to elicit the slot value from the user.

Public Property SampleUtterances System.Collections.Generic.List<Amazon.LexModelsV2.Model.SampleUtterance>

Gets and sets the property SampleUtterances.

If you know a specific pattern that users might respond to an Amazon Lex request for a slot value, you can provide those utterances to improve accuracy. This is optional. In most cases, Amazon Lex is capable of understanding user utterances.

Public Property SlotCaptureSetting Amazon.LexModelsV2.Model.SlotCaptureSetting

Gets and sets the property SlotCaptureSetting.

Specifies the settings that Amazon Lex uses when a slot value is successfully entered by a user.

Public Property SlotConstraint Amazon.LexModelsV2.SlotConstraint

Gets and sets the property SlotConstraint.

Specifies whether the slot is required or optional.

Public Property SlotResolutionSetting Amazon.LexModelsV2.Model.SlotResolutionSetting

Gets and sets the property SlotResolutionSetting.

An object containing information about whether assisted slot resolution is turned on for the slot or not.

Public Property WaitAndContinueSpecification Amazon.LexModelsV2.Model.WaitAndContinueSpecification

Gets and sets the property WaitAndContinueSpecification.

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