@Generated(value="software.amazon.awssdk:codegen") public final class ListRecommendedIntentsRequest extends LexModelsV2Request implements ToCopyableBuilder<ListRecommendedIntentsRequest.Builder,ListRecommendedIntentsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListRecommendedIntentsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botId()
The unique identifier of the bot associated with the recommended intents.
|
String |
botRecommendationId()
The identifier of the bot recommendation that contains the recommended intents.
|
String |
botVersion()
The version of the bot that contains the recommended intents.
|
static ListRecommendedIntentsRequest.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 recommended intents.
|
Integer |
maxResults()
The maximum number of bot recommendations to return in each page of results.
|
String |
nextToken()
If the response from the ListRecommendedIntents operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListRecommendedIntentsRequest.Builder> |
serializableBuilderClass() |
ListRecommendedIntentsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String botId()
The unique identifier of the bot associated with the recommended intents.
public final String botVersion()
The version of the bot that contains the recommended intents.
public final String localeId()
The identifier of the language and locale of the recommended intents.
public final String botRecommendationId()
The identifier of the bot recommendation that contains the recommended intents.
public final String nextToken()
If the response from the ListRecommendedIntents 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 final Integer maxResults()
The maximum number of bot recommendations 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 ListRecommendedIntentsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListRecommendedIntentsRequest.Builder,ListRecommendedIntentsRequest>toBuilder in class LexModelsV2Requestpublic static ListRecommendedIntentsRequest.Builder builder()
public static Class<? extends ListRecommendedIntentsRequest.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 © 2023. All rights reserved.