class Aws::LexModelBuildingService::Types::GetBuiltinIntentsRequest

@note When making an API call, you may pass GetBuiltinIntentsRequest

data as a hash:

    {
      locale: "de-DE", # accepts de-DE, en-AU, en-GB, en-IN, en-US, es-419, es-ES, es-US, fr-FR, fr-CA, it-IT, ja-JP, ko-KR
      signature_contains: "String",
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] locale

A list of locales that the intent supports.
@return [String]

@!attribute [rw] signature_contains

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][1] in the
*Alexa Skills Kit*.

[1]: https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/built-in-intent-ref/standard-intents
@return [String]

@!attribute [rw] next_token

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.
@return [String]

@!attribute [rw] max_results

The maximum number of intents to return in the response. The default
is 10.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/GetBuiltinIntentsRequest AWS API Documentation

Constants

SENSITIVE