@Generated(value="software.amazon.awssdk:codegen") public final class ListBuiltInIntentsRequest extends LexModelsV2Request implements ToCopyableBuilder<ListBuiltInIntentsRequest.Builder,ListBuiltInIntentsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListBuiltInIntentsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListBuiltInIntentsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
localeId()
The identifier of the language and locale of the intents to list.
|
Integer |
maxResults()
The maximum number of built-in intents to return in each page of results.
|
String |
nextToken()
If the response from the
ListBuiltInIntents operation contains more results than specified in the
maxResults parameter, a token is returned in the response. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListBuiltInIntentsRequest.Builder> |
serializableBuilderClass() |
BuiltInIntentSortBy |
sortBy()
Specifies sorting parameters for the list of built-in intents.
|
ListBuiltInIntentsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String localeId()
The identifier of the language and locale of the intents to list. The string must match one of the supported locales. For more information, see Supported languages.
public final BuiltInIntentSortBy sortBy()
Specifies sorting parameters for the list of built-in intents. You can specify that the list be sorted by the built-in intent signature in either ascending or descending order.
public final Integer maxResults()
The maximum number of built-in intents to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
public final String nextToken()
If the response from the ListBuiltInIntents operation contains more results than specified in the
maxResults parameter, a token is returned in the response. Use that token in the
nextToken parameter to return the next page of results.
ListBuiltInIntents operation contains more results than specified
in the maxResults parameter, a token is returned in the response. Use that token in the
nextToken parameter to return the next page of results.public ListBuiltInIntentsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListBuiltInIntentsRequest.Builder,ListBuiltInIntentsRequest>toBuilder in class LexModelsV2Requestpublic static ListBuiltInIntentsRequest.Builder builder()
public static Class<? extends ListBuiltInIntentsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.