@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRecommendedIntentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRecommendedIntentsResult() |
Modifier and Type | Method and Description |
---|---|
ListRecommendedIntentsResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The unique identifier of the bot associated with the recommended intent.
|
String |
getBotRecommendationId()
The identifier of the bot recommendation that contains the recommended intent.
|
String |
getBotVersion()
The version of the bot that contains the intent.
|
String |
getLocaleId()
The identifier of the language and locale of the intents to list.
|
String |
getNextToken()
A token that indicates whether there are more results to return in a response to the ListRecommendedIntents
operation.
|
List<RecommendedIntentSummary> |
getSummaryList()
Summary information for the intents that meet the filter criteria specified in the request.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier of the bot associated with the recommended intent.
|
void |
setBotRecommendationId(String botRecommendationId)
The identifier of the bot recommendation that contains the recommended intent.
|
void |
setBotVersion(String botVersion)
The version of the bot that contains the intent.
|
void |
setLocaleId(String localeId)
The identifier of the language and locale of the intents to list.
|
void |
setNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListRecommendedIntents
operation.
|
void |
setSummaryList(Collection<RecommendedIntentSummary> summaryList)
Summary information for the intents that meet the filter criteria specified in the request.
|
String |
toString()
Returns a string representation of this object.
|
ListRecommendedIntentsResult |
withBotId(String botId)
The unique identifier of the bot associated with the recommended intent.
|
ListRecommendedIntentsResult |
withBotRecommendationId(String botRecommendationId)
The identifier of the bot recommendation that contains the recommended intent.
|
ListRecommendedIntentsResult |
withBotVersion(String botVersion)
The version of the bot that contains the intent.
|
ListRecommendedIntentsResult |
withLocaleId(String localeId)
The identifier of the language and locale of the intents to list.
|
ListRecommendedIntentsResult |
withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListRecommendedIntents
operation.
|
ListRecommendedIntentsResult |
withSummaryList(Collection<RecommendedIntentSummary> summaryList)
Summary information for the intents that meet the filter criteria specified in the request.
|
ListRecommendedIntentsResult |
withSummaryList(RecommendedIntentSummary... summaryList)
Summary information for the intents that meet the filter criteria specified in the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBotId(String botId)
The unique identifier of the bot associated with the recommended intent.
botId
- The unique identifier of the bot associated with the recommended intent.public String getBotId()
The unique identifier of the bot associated with the recommended intent.
public ListRecommendedIntentsResult withBotId(String botId)
The unique identifier of the bot associated with the recommended intent.
botId
- The unique identifier of the bot associated with the recommended intent.public void setBotVersion(String botVersion)
The version of the bot that contains the intent.
botVersion
- The version of the bot that contains the intent.public String getBotVersion()
The version of the bot that contains the intent.
public ListRecommendedIntentsResult withBotVersion(String botVersion)
The version of the bot that contains the intent.
botVersion
- The version of the bot that contains the intent.public void setLocaleId(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.
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 String getLocaleId()
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 ListRecommendedIntentsResult withLocaleId(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.
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 void setBotRecommendationId(String botRecommendationId)
The identifier of the bot recommendation that contains the recommended intent.
botRecommendationId
- The identifier of the bot recommendation that contains the recommended intent.public String getBotRecommendationId()
The identifier of the bot recommendation that contains the recommended intent.
public ListRecommendedIntentsResult withBotRecommendationId(String botRecommendationId)
The identifier of the bot recommendation that contains the recommended intent.
botRecommendationId
- The identifier of the bot recommendation that contains the recommended intent.public List<RecommendedIntentSummary> getSummaryList()
Summary information for the intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more intents available, the nextToken field contains a token to get the next page of results.
public void setSummaryList(Collection<RecommendedIntentSummary> summaryList)
Summary information for the intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more intents available, the nextToken field contains a token to get the next page of results.
summaryList
- Summary information for the intents that meet the filter criteria specified in the request. The length of
the list is specified in the maxResults parameter of the request. If there are more intents available, the
nextToken field contains a token to get the next page of results.public ListRecommendedIntentsResult withSummaryList(RecommendedIntentSummary... summaryList)
Summary information for the intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more intents available, the nextToken field contains a token to get the next page of results.
NOTE: This method appends the values to the existing list (if any). Use
setSummaryList(java.util.Collection)
or withSummaryList(java.util.Collection)
if you want to
override the existing values.
summaryList
- Summary information for the intents that meet the filter criteria specified in the request. The length of
the list is specified in the maxResults parameter of the request. If there are more intents available, the
nextToken field contains a token to get the next page of results.public ListRecommendedIntentsResult withSummaryList(Collection<RecommendedIntentSummary> summaryList)
Summary information for the intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more intents available, the nextToken field contains a token to get the next page of results.
summaryList
- Summary information for the intents that meet the filter criteria specified in the request. The length of
the list is specified in the maxResults parameter of the request. If there are more intents available, the
nextToken field contains a token to get the next page of results.public void setNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListRecommendedIntents operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListRecommendedIntents operation request to get the next page of results.
nextToken
- A token that indicates whether there are more results to return in a response to the
ListRecommendedIntents operation. If the nextToken field is present, you send the contents as the
nextToken parameter of a ListRecommendedIntents operation request to get the next page of results.public String getNextToken()
A token that indicates whether there are more results to return in a response to the ListRecommendedIntents operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListRecommendedIntents operation request to get the next page of results.
public ListRecommendedIntentsResult withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListRecommendedIntents operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListRecommendedIntents operation request to get the next page of results.
nextToken
- A token that indicates whether there are more results to return in a response to the
ListRecommendedIntents operation. If the nextToken field is present, you send the contents as the
nextToken parameter of a ListRecommendedIntents operation request to get the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListRecommendedIntentsResult clone()