class Aws::LexModelBuildingService::Types::GetBuiltinSlotTypesRequest
@note When making an API call, you may pass GetBuiltinSlotTypesRequest
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 slot type supports. @return [String]
@!attribute [rw] signature_contains
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." @return [String]
@!attribute [rw] next_token
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. @return [String]
@!attribute [rw] max_results
The maximum number of slot types to return in the response. The default is 10. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/GetBuiltinSlotTypesRequest AWS API Documentation
Constants
- SENSITIVE