CopyableBuilder<GetBuiltinIntentsRequest.Builder,GetBuiltinIntentsRequest>
, SdkBuilder<GetBuiltinIntentsRequest.Builder,GetBuiltinIntentsRequest>
public static interface GetBuiltinIntentsRequest.Builder extends CopyableBuilder<GetBuiltinIntentsRequest.Builder,GetBuiltinIntentsRequest>
Modifier and Type | Method | Description |
---|---|---|
GetBuiltinIntentsRequest.Builder |
locale(String locale) |
A list of locales that the intent supports.
|
GetBuiltinIntentsRequest.Builder |
locale(Locale locale) |
A list of locales that the intent supports.
|
GetBuiltinIntentsRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of intents to return in the response.
|
GetBuiltinIntentsRequest.Builder |
nextToken(String nextToken) |
A pagination token that fetches the next page of intents.
|
GetBuiltinIntentsRequest.Builder |
signatureContains(String signatureContains) |
Substring to match in built-in intent signatures.
|
copy
apply, build
GetBuiltinIntentsRequest.Builder locale(String locale)
A list of locales that the intent supports.
locale
- A list of locales that the intent supports.Locale
GetBuiltinIntentsRequest.Builder locale(Locale locale)
A list of locales that the intent supports.
locale
- A list of locales that the intent supports.Locale
GetBuiltinIntentsRequest.Builder signatureContains(String 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.
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.GetBuiltinIntentsRequest.Builder nextToken(String 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.
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.GetBuiltinIntentsRequest.Builder maxResults(Integer maxResults)
The maximum number of intents to return in the response. The default is 10.
maxResults
- The maximum number of intents to return in the response. The default is 10.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.