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.

Subslot elicitation settings.

DefaultValueSpecification is a list of default values for a constituent sub slot in a composite 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. This is similar to DefaultValueSpecification for slots.

PromptSpecification is the prompt that Amazon Lex uses to elicit the sub slot value from the user. This is similar to PromptSpecification for slots.

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.SubSlotValueElicitationSetting

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

Syntax

C#
public class SubSlotValueElicitationSetting

The SubSlotValueElicitationSetting type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DefaultValueSpecification Amazon.LexModelsV2.Model.SlotDefaultValueSpecification

Gets and sets the property DefaultValueSpecification.

Public Property PromptSpecification Amazon.LexModelsV2.Model.PromptSpecification

Gets and sets the property PromptSpecification.

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 sub slot value, you can provide those utterances to improve accuracy. This is optional. In most cases Amazon Lex is capable of understanding user utterances. This is similar to SampleUtterances for slots.

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