@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBuiltinIntentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetBuiltinIntentsRequest() |
Modifier and Type | Method and Description |
---|---|
GetBuiltinIntentsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLocale()
A list of locales that the intent supports.
|
Integer |
getMaxResults()
The maximum number of intents to return in the response.
|
String |
getNextToken()
A pagination token that fetches the next page of intents.
|
String |
getSignatureContains()
Substring to match in built-in intent signatures.
|
int |
hashCode() |
void |
setLocale(Locale locale)
A list of locales that the intent supports.
|
void |
setLocale(String locale)
A list of locales that the intent supports.
|
void |
setMaxResults(Integer maxResults)
The maximum number of intents to return in the response.
|
void |
setNextToken(String nextToken)
A pagination token that fetches the next page of intents.
|
void |
setSignatureContains(String signatureContains)
Substring to match in built-in intent signatures.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetBuiltinIntentsRequest |
withLocale(Locale locale)
A list of locales that the intent supports.
|
GetBuiltinIntentsRequest |
withLocale(String locale)
A list of locales that the intent supports.
|
GetBuiltinIntentsRequest |
withMaxResults(Integer maxResults)
The maximum number of intents to return in the response.
|
GetBuiltinIntentsRequest |
withNextToken(String nextToken)
A pagination token that fetches the next page of intents.
|
GetBuiltinIntentsRequest |
withSignatureContains(String signatureContains)
Substring to match in built-in intent signatures.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setLocale(String locale)
A list of locales that the intent supports.
locale
- A list of locales that the intent supports.Locale
public String getLocale()
A list of locales that the intent supports.
Locale
public GetBuiltinIntentsRequest withLocale(String locale)
A list of locales that the intent supports.
locale
- A list of locales that the intent supports.Locale
public void setLocale(Locale locale)
A list of locales that the intent supports.
locale
- A list of locales that the intent supports.Locale
public GetBuiltinIntentsRequest withLocale(Locale locale)
A list of locales that the intent supports.
locale
- A list of locales that the intent supports.Locale
public void setSignatureContains(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.public String getSignatureContains()
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 GetBuiltinIntentsRequest withSignatureContains(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.public void setNextToken(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.public String getNextToken()
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 GetBuiltinIntentsRequest withNextToken(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.public void setMaxResults(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.public Integer getMaxResults()
The maximum number of intents to return in the response. The default is 10.
public GetBuiltinIntentsRequest withMaxResults(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.public String toString()
toString
in class Object
Object.toString()
public GetBuiltinIntentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.