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 GetBuiltinIntents operation. Gets a list of built-in intents that meet the specified criteria.

This operation requires permission for the lex:GetBuiltinIntents action.

Inheritance Hierarchy

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

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

Syntax

C#
public class GetBuiltinIntentsRequest : AmazonLexModelBuildingServiceRequest
         IAmazonWebServiceRequest

The GetBuiltinIntentsRequest type exposes the following members

Constructors

NameDescription
Public Method GetBuiltinIntentsRequest()

Properties

NameTypeDescription
Public Property Locale Amazon.LexModelBuildingService.Locale

Gets and sets the property Locale.

A list of locales that the intent supports.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of intents 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 intents. If this API call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of intents, use the pagination token in the next request.

Public Property SignatureContains System.String

Gets and sets the property SignatureContains.

Substring to match in built-in intent signatures. An intent will be returned if any part of its signature matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz." To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.

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