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.

Container for the parameters to the GetBuiltinSlotTypes operation. Gets a list of built-in slot types that meet the specified criteria.

For a list of built-in slot types, see Slot Type Reference in the Alexa Skills Kit.

This operation requires permission for the lex:GetBuiltInSlotTypes action.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.LexModelBuildingService.AmazonLexModelBuildingServiceRequest
      Amazon.LexModelBuildingService.Model.GetBuiltinSlotTypesRequest

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

Syntax

C#
public class GetBuiltinSlotTypesRequest : AmazonLexModelBuildingServiceRequest
         IAmazonWebServiceRequest

The GetBuiltinSlotTypesRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Locale Amazon.LexModelBuildingService.Locale

Gets and sets the property Locale.

A list of locales that the slot type supports.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of slot types to return in the response. The default is 10.

Public Property NextToken System.String

Gets and sets the property NextToken.

A pagination token that fetches the next page of slot types. If the response to this API call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of slot types, specify the pagination token in the next request.

Public Property SignatureContains System.String

Gets and sets the property SignatureContains.

Substring to match in built-in slot type signatures. A slot type will be returned if any part of its signature matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz."

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5