@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAggregatedUtterancesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAggregatedUtterancesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAggregatedUtterancesRequest |
clone() |
boolean |
equals(Object obj) |
UtteranceAggregationDuration |
getAggregationDuration()
The time window for aggregating the utterance information.
|
String |
getBotAliasId()
The identifier of the bot alias associated with this request.
|
String |
getBotId()
The unique identifier of the bot associated with this request.
|
String |
getBotVersion()
The identifier of the bot version associated with this request.
|
List<AggregatedUtterancesFilter> |
getFilters()
Provides the specification of a filter used to limit the utterances in the response to only those that match the
filter specification.
|
String |
getLocaleId()
The identifier of the language and locale where the utterances were collected.
|
Integer |
getMaxResults()
The maximum number of utterances to return in each page of results.
|
String |
getNextToken()
If the response from the
ListAggregatedUtterances operation contains more results that specified in
the maxResults parameter, a token is returned in the response. |
AggregatedUtterancesSortBy |
getSortBy()
Specifies sorting parameters for the list of utterances.
|
int |
hashCode() |
void |
setAggregationDuration(UtteranceAggregationDuration aggregationDuration)
The time window for aggregating the utterance information.
|
void |
setBotAliasId(String botAliasId)
The identifier of the bot alias associated with this request.
|
void |
setBotId(String botId)
The unique identifier of the bot associated with this request.
|
void |
setBotVersion(String botVersion)
The identifier of the bot version associated with this request.
|
void |
setFilters(Collection<AggregatedUtterancesFilter> filters)
Provides the specification of a filter used to limit the utterances in the response to only those that match the
filter specification.
|
void |
setLocaleId(String localeId)
The identifier of the language and locale where the utterances were collected.
|
void |
setMaxResults(Integer maxResults)
The maximum number of utterances to return in each page of results.
|
void |
setNextToken(String nextToken)
If the response from the
ListAggregatedUtterances operation contains more results that specified in
the maxResults parameter, a token is returned in the response. |
void |
setSortBy(AggregatedUtterancesSortBy sortBy)
Specifies sorting parameters for the list of utterances.
|
String |
toString()
Returns a string representation of this object.
|
ListAggregatedUtterancesRequest |
withAggregationDuration(UtteranceAggregationDuration aggregationDuration)
The time window for aggregating the utterance information.
|
ListAggregatedUtterancesRequest |
withBotAliasId(String botAliasId)
The identifier of the bot alias associated with this request.
|
ListAggregatedUtterancesRequest |
withBotId(String botId)
The unique identifier of the bot associated with this request.
|
ListAggregatedUtterancesRequest |
withBotVersion(String botVersion)
The identifier of the bot version associated with this request.
|
ListAggregatedUtterancesRequest |
withFilters(AggregatedUtterancesFilter... filters)
Provides the specification of a filter used to limit the utterances in the response to only those that match the
filter specification.
|
ListAggregatedUtterancesRequest |
withFilters(Collection<AggregatedUtterancesFilter> filters)
Provides the specification of a filter used to limit the utterances in the response to only those that match the
filter specification.
|
ListAggregatedUtterancesRequest |
withLocaleId(String localeId)
The identifier of the language and locale where the utterances were collected.
|
ListAggregatedUtterancesRequest |
withMaxResults(Integer maxResults)
The maximum number of utterances to return in each page of results.
|
ListAggregatedUtterancesRequest |
withNextToken(String nextToken)
If the response from the
ListAggregatedUtterances operation contains more results that specified in
the maxResults parameter, a token is returned in the response. |
ListAggregatedUtterancesRequest |
withSortBy(AggregatedUtterancesSortBy sortBy)
Specifies sorting parameters for the list of utterances.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setBotId(String botId)
The unique identifier of the bot associated with this request.
botId - The unique identifier of the bot associated with this request.public String getBotId()
The unique identifier of the bot associated with this request.
public ListAggregatedUtterancesRequest withBotId(String botId)
The unique identifier of the bot associated with this request.
botId - The unique identifier of the bot associated with this request.public void setBotAliasId(String botAliasId)
The identifier of the bot alias associated with this request. If you specify the bot alias, you can't specify the bot version.
botAliasId - The identifier of the bot alias associated with this request. If you specify the bot alias, you can't
specify the bot version.public String getBotAliasId()
The identifier of the bot alias associated with this request. If you specify the bot alias, you can't specify the bot version.
public ListAggregatedUtterancesRequest withBotAliasId(String botAliasId)
The identifier of the bot alias associated with this request. If you specify the bot alias, you can't specify the bot version.
botAliasId - The identifier of the bot alias associated with this request. If you specify the bot alias, you can't
specify the bot version.public void setBotVersion(String botVersion)
The identifier of the bot version associated with this request. If you specify the bot version, you can't specify the bot alias.
botVersion - The identifier of the bot version associated with this request. If you specify the bot version, you can't
specify the bot alias.public String getBotVersion()
The identifier of the bot version associated with this request. If you specify the bot version, you can't specify the bot alias.
public ListAggregatedUtterancesRequest withBotVersion(String botVersion)
The identifier of the bot version associated with this request. If you specify the bot version, you can't specify the bot alias.
botVersion - The identifier of the bot version associated with this request. If you specify the bot version, you can't
specify the bot alias.public void setLocaleId(String localeId)
The identifier of the language and locale where the utterances were collected. For more information, see Supported languages.
localeId - The identifier of the language and locale where the utterances were collected. For more information, see
Supported languages.public String getLocaleId()
The identifier of the language and locale where the utterances were collected. For more information, see Supported languages.
public ListAggregatedUtterancesRequest withLocaleId(String localeId)
The identifier of the language and locale where the utterances were collected. For more information, see Supported languages.
localeId - The identifier of the language and locale where the utterances were collected. For more information, see
Supported languages.public void setAggregationDuration(UtteranceAggregationDuration aggregationDuration)
The time window for aggregating the utterance information. You can specify a time between one hour and two weeks.
aggregationDuration - The time window for aggregating the utterance information. You can specify a time between one hour and two
weeks.public UtteranceAggregationDuration getAggregationDuration()
The time window for aggregating the utterance information. You can specify a time between one hour and two weeks.
public ListAggregatedUtterancesRequest withAggregationDuration(UtteranceAggregationDuration aggregationDuration)
The time window for aggregating the utterance information. You can specify a time between one hour and two weeks.
aggregationDuration - The time window for aggregating the utterance information. You can specify a time between one hour and two
weeks.public void setSortBy(AggregatedUtterancesSortBy sortBy)
Specifies sorting parameters for the list of utterances. You can sort by the hit count, the missed count, or the number of distinct sessions the utterance appeared in.
sortBy - Specifies sorting parameters for the list of utterances. You can sort by the hit count, the missed count,
or the number of distinct sessions the utterance appeared in.public AggregatedUtterancesSortBy getSortBy()
Specifies sorting parameters for the list of utterances. You can sort by the hit count, the missed count, or the number of distinct sessions the utterance appeared in.
public ListAggregatedUtterancesRequest withSortBy(AggregatedUtterancesSortBy sortBy)
Specifies sorting parameters for the list of utterances. You can sort by the hit count, the missed count, or the number of distinct sessions the utterance appeared in.
sortBy - Specifies sorting parameters for the list of utterances. You can sort by the hit count, the missed count,
or the number of distinct sessions the utterance appeared in.public List<AggregatedUtterancesFilter> getFilters()
Provides the specification of a filter used to limit the utterances in the response to only those that match the filter specification. You can only specify one filter and one string to filter on.
public void setFilters(Collection<AggregatedUtterancesFilter> filters)
Provides the specification of a filter used to limit the utterances in the response to only those that match the filter specification. You can only specify one filter and one string to filter on.
filters - Provides the specification of a filter used to limit the utterances in the response to only those that
match the filter specification. You can only specify one filter and one string to filter on.public ListAggregatedUtterancesRequest withFilters(AggregatedUtterancesFilter... filters)
Provides the specification of a filter used to limit the utterances in the response to only those that match the filter specification. You can only specify one filter and one string to filter on.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection) or withFilters(java.util.Collection) if you want to override
the existing values.
filters - Provides the specification of a filter used to limit the utterances in the response to only those that
match the filter specification. You can only specify one filter and one string to filter on.public ListAggregatedUtterancesRequest withFilters(Collection<AggregatedUtterancesFilter> filters)
Provides the specification of a filter used to limit the utterances in the response to only those that match the filter specification. You can only specify one filter and one string to filter on.
filters - Provides the specification of a filter used to limit the utterances in the response to only those that
match the filter specification. You can only specify one filter and one string to filter on.public void setMaxResults(Integer maxResults)
The maximum number of utterances to return in each page of results. If there are fewer results than the maximum
page size, only the actual number of results are returned. If you don't specify the maxResults
parameter, 1,000 results are returned.
maxResults - The maximum number of utterances to return in each page of results. If there are fewer results than the
maximum page size, only the actual number of results are returned. If you don't specify the
maxResults parameter, 1,000 results are returned.public Integer getMaxResults()
The maximum number of utterances to return in each page of results. If there are fewer results than the maximum
page size, only the actual number of results are returned. If you don't specify the maxResults
parameter, 1,000 results are returned.
maxResults parameter, 1,000 results are returned.public ListAggregatedUtterancesRequest withMaxResults(Integer maxResults)
The maximum number of utterances to return in each page of results. If there are fewer results than the maximum
page size, only the actual number of results are returned. If you don't specify the maxResults
parameter, 1,000 results are returned.
maxResults - The maximum number of utterances to return in each page of results. If there are fewer results than the
maximum page size, only the actual number of results are returned. If you don't specify the
maxResults parameter, 1,000 results are returned.public void setNextToken(String nextToken)
If the response from the ListAggregatedUtterances operation contains more results that 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.
nextToken - If the response from the ListAggregatedUtterances operation contains more results that
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 String getNextToken()
If the response from the ListAggregatedUtterances operation contains more results that 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.
ListAggregatedUtterances operation contains more results that
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 ListAggregatedUtterancesRequest withNextToken(String nextToken)
If the response from the ListAggregatedUtterances operation contains more results that 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.
nextToken - If the response from the ListAggregatedUtterances operation contains more results that
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 String toString()
toString in class ObjectObject.toString()public ListAggregatedUtterancesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.