Cloneable, ReadLimitInfo, ToCopyableBuilder<GetBuiltinIntentsRequest.Builder,GetBuiltinIntentsRequest>@Generated("software.amazon.awssdk:codegen") public class GetBuiltinIntentsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetBuiltinIntentsRequest.Builder,GetBuiltinIntentsRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
GetBuiltinIntentsRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static GetBuiltinIntentsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
locale() |
A list of locales that the intent supports.
|
Integer |
maxResults() |
The maximum number of intents to return in the response.
|
String |
nextToken() |
A pagination token that fetches the next page of intents.
|
static Class<? extends GetBuiltinIntentsRequest.Builder> |
serializableBuilderClass() |
|
String |
signatureContains() |
Substring to match in built-in intent signatures.
|
GetBuiltinIntentsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String locale()
A list of locales that the intent supports.
Localepublic 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.
public 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.
public Integer maxResults()
The maximum number of intents to return in the response. The default is 10.
public GetBuiltinIntentsRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<GetBuiltinIntentsRequest.Builder,GetBuiltinIntentsRequest>public static GetBuiltinIntentsRequest.Builder builder()
public static Class<? extends GetBuiltinIntentsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.