@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIntentMetricsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListIntentMetricsRequest() |
Modifier and Type | Method and Description |
---|---|
ListIntentMetricsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<AnalyticsBinBySpecification> |
getBinBy()
A list of objects, each of which contains specifications for organizing the results by time.
|
String |
getBotId()
The identifier for the bot for which you want to retrieve intent metrics.
|
Date |
getEndDateTime()
The date and time that marks the end of the range of time for which you want to see intent metrics.
|
List<AnalyticsIntentFilter> |
getFilters()
A list of objects, each of which describes a condition by which you want to filter the results.
|
List<AnalyticsIntentGroupBySpecification> |
getGroupBy()
A list of objects, each of which specifies how to group the results.
|
Integer |
getMaxResults()
The maximum number of results to return in each page of results.
|
List<AnalyticsIntentMetric> |
getMetrics()
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to
return, and the order by which to organize the results.
|
String |
getNextToken()
If the response from the ListIntentMetrics operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
Date |
getStartDateTime()
The timestamp that marks the beginning of the range of time for which you want to see intent metrics.
|
int |
hashCode() |
void |
setBinBy(Collection<AnalyticsBinBySpecification> binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
void |
setBotId(String botId)
The identifier for the bot for which you want to retrieve intent metrics.
|
void |
setEndDateTime(Date endDateTime)
The date and time that marks the end of the range of time for which you want to see intent metrics.
|
void |
setFilters(Collection<AnalyticsIntentFilter> filters)
A list of objects, each of which describes a condition by which you want to filter the results.
|
void |
setGroupBy(Collection<AnalyticsIntentGroupBySpecification> groupBy)
A list of objects, each of which specifies how to group the results.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in each page of results.
|
void |
setMetrics(Collection<AnalyticsIntentMetric> metrics)
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to
return, and the order by which to organize the results.
|
void |
setNextToken(String nextToken)
If the response from the ListIntentMetrics operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
void |
setStartDateTime(Date startDateTime)
The timestamp that marks the beginning of the range of time for which you want to see intent metrics.
|
String |
toString()
Returns a string representation of this object.
|
ListIntentMetricsRequest |
withBinBy(AnalyticsBinBySpecification... binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListIntentMetricsRequest |
withBinBy(Collection<AnalyticsBinBySpecification> binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListIntentMetricsRequest |
withBotId(String botId)
The identifier for the bot for which you want to retrieve intent metrics.
|
ListIntentMetricsRequest |
withEndDateTime(Date endDateTime)
The date and time that marks the end of the range of time for which you want to see intent metrics.
|
ListIntentMetricsRequest |
withFilters(AnalyticsIntentFilter... filters)
A list of objects, each of which describes a condition by which you want to filter the results.
|
ListIntentMetricsRequest |
withFilters(Collection<AnalyticsIntentFilter> filters)
A list of objects, each of which describes a condition by which you want to filter the results.
|
ListIntentMetricsRequest |
withGroupBy(AnalyticsIntentGroupBySpecification... groupBy)
A list of objects, each of which specifies how to group the results.
|
ListIntentMetricsRequest |
withGroupBy(Collection<AnalyticsIntentGroupBySpecification> groupBy)
A list of objects, each of which specifies how to group the results.
|
ListIntentMetricsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in each page of results.
|
ListIntentMetricsRequest |
withMetrics(AnalyticsIntentMetric... metrics)
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to
return, and the order by which to organize the results.
|
ListIntentMetricsRequest |
withMetrics(Collection<AnalyticsIntentMetric> metrics)
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to
return, and the order by which to organize the results.
|
ListIntentMetricsRequest |
withNextToken(String nextToken)
If the response from the ListIntentMetrics operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
ListIntentMetricsRequest |
withStartDateTime(Date startDateTime)
The timestamp that marks the beginning of the range of time for which you want to see intent metrics.
|
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 setBotId(String botId)
The identifier for the bot for which you want to retrieve intent metrics.
botId
- The identifier for the bot for which you want to retrieve intent metrics.public String getBotId()
The identifier for the bot for which you want to retrieve intent metrics.
public ListIntentMetricsRequest withBotId(String botId)
The identifier for the bot for which you want to retrieve intent metrics.
botId
- The identifier for the bot for which you want to retrieve intent metrics.public void setStartDateTime(Date startDateTime)
The timestamp that marks the beginning of the range of time for which you want to see intent metrics.
startDateTime
- The timestamp that marks the beginning of the range of time for which you want to see intent metrics.public Date getStartDateTime()
The timestamp that marks the beginning of the range of time for which you want to see intent metrics.
public ListIntentMetricsRequest withStartDateTime(Date startDateTime)
The timestamp that marks the beginning of the range of time for which you want to see intent metrics.
startDateTime
- The timestamp that marks the beginning of the range of time for which you want to see intent metrics.public void setEndDateTime(Date endDateTime)
The date and time that marks the end of the range of time for which you want to see intent metrics.
endDateTime
- The date and time that marks the end of the range of time for which you want to see intent metrics.public Date getEndDateTime()
The date and time that marks the end of the range of time for which you want to see intent metrics.
public ListIntentMetricsRequest withEndDateTime(Date endDateTime)
The date and time that marks the end of the range of time for which you want to see intent metrics.
endDateTime
- The date and time that marks the end of the range of time for which you want to see intent metrics.public List<AnalyticsIntentMetric> getMetrics()
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the order by which to organize the results.
public void setMetrics(Collection<AnalyticsIntentMetric> metrics)
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the order by which to organize the results.
metrics
- A list of objects, each of which contains a metric you want to list, the statistic for the metric you want
to return, and the order by which to organize the results.public ListIntentMetricsRequest withMetrics(AnalyticsIntentMetric... metrics)
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the order by which to organize the results.
NOTE: This method appends the values to the existing list (if any). Use
setMetrics(java.util.Collection)
or withMetrics(java.util.Collection)
if you want to override
the existing values.
metrics
- A list of objects, each of which contains a metric you want to list, the statistic for the metric you want
to return, and the order by which to organize the results.public ListIntentMetricsRequest withMetrics(Collection<AnalyticsIntentMetric> metrics)
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the order by which to organize the results.
metrics
- A list of objects, each of which contains a metric you want to list, the statistic for the metric you want
to return, and the order by which to organize the results.public List<AnalyticsBinBySpecification> getBinBy()
A list of objects, each of which contains specifications for organizing the results by time.
public void setBinBy(Collection<AnalyticsBinBySpecification> binBy)
A list of objects, each of which contains specifications for organizing the results by time.
binBy
- A list of objects, each of which contains specifications for organizing the results by time.public ListIntentMetricsRequest withBinBy(AnalyticsBinBySpecification... binBy)
A list of objects, each of which contains specifications for organizing the results by time.
NOTE: This method appends the values to the existing list (if any). Use
setBinBy(java.util.Collection)
or withBinBy(java.util.Collection)
if you want to override the
existing values.
binBy
- A list of objects, each of which contains specifications for organizing the results by time.public ListIntentMetricsRequest withBinBy(Collection<AnalyticsBinBySpecification> binBy)
A list of objects, each of which contains specifications for organizing the results by time.
binBy
- A list of objects, each of which contains specifications for organizing the results by time.public List<AnalyticsIntentGroupBySpecification> getGroupBy()
A list of objects, each of which specifies how to group the results. You can group by the following criteria:
IntentName
– The name of the intent.
IntentEndState
– The final state of the intent. The possible end states are detailed in Key definitions in the user guide.
IntentName
– The name of the intent.
IntentEndState
– The final state of the intent. The possible end states are detailed in Key definitions in the user
guide.
public void setGroupBy(Collection<AnalyticsIntentGroupBySpecification> groupBy)
A list of objects, each of which specifies how to group the results. You can group by the following criteria:
IntentName
– The name of the intent.
IntentEndState
– The final state of the intent. The possible end states are detailed in Key definitions in the user guide.
groupBy
- A list of objects, each of which specifies how to group the results. You can group by the following
criteria:
IntentName
– The name of the intent.
IntentEndState
– The final state of the intent. The possible end states are detailed in Key definitions in the user
guide.
public ListIntentMetricsRequest withGroupBy(AnalyticsIntentGroupBySpecification... groupBy)
A list of objects, each of which specifies how to group the results. You can group by the following criteria:
IntentName
– The name of the intent.
IntentEndState
– The final state of the intent. The possible end states are detailed in Key definitions in the user guide.
NOTE: This method appends the values to the existing list (if any). Use
setGroupBy(java.util.Collection)
or withGroupBy(java.util.Collection)
if you want to override
the existing values.
groupBy
- A list of objects, each of which specifies how to group the results. You can group by the following
criteria:
IntentName
– The name of the intent.
IntentEndState
– The final state of the intent. The possible end states are detailed in Key definitions in the user
guide.
public ListIntentMetricsRequest withGroupBy(Collection<AnalyticsIntentGroupBySpecification> groupBy)
A list of objects, each of which specifies how to group the results. You can group by the following criteria:
IntentName
– The name of the intent.
IntentEndState
– The final state of the intent. The possible end states are detailed in Key definitions in the user guide.
groupBy
- A list of objects, each of which specifies how to group the results. You can group by the following
criteria:
IntentName
– The name of the intent.
IntentEndState
– The final state of the intent. The possible end states are detailed in Key definitions in the user
guide.
public List<AnalyticsIntentFilter> getFilters()
A list of objects, each of which describes a condition by which you want to filter the results.
public void setFilters(Collection<AnalyticsIntentFilter> filters)
A list of objects, each of which describes a condition by which you want to filter the results.
filters
- A list of objects, each of which describes a condition by which you want to filter the results.public ListIntentMetricsRequest withFilters(AnalyticsIntentFilter... filters)
A list of objects, each of which describes a condition by which you want to filter the results.
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
- A list of objects, each of which describes a condition by which you want to filter the results.public ListIntentMetricsRequest withFilters(Collection<AnalyticsIntentFilter> filters)
A list of objects, each of which describes a condition by which you want to filter the results.
filters
- A list of objects, each of which describes a condition by which you want to filter the results.public void setMaxResults(Integer maxResults)
The maximum number of results 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.
maxResults
- The maximum number of results 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.public Integer getMaxResults()
The maximum number of results 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.
public ListIntentMetricsRequest withMaxResults(Integer maxResults)
The maximum number of results 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.
maxResults
- The maximum number of results 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.public void setNextToken(String nextToken)
If the response from the ListIntentMetrics operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListIntentMetrics request to return the next page of results. For a complete set of results, call the ListIntentMetrics operation until the nextToken returned in the response is null.
nextToken
- If the response from the ListIntentMetrics operation contains more results than specified in the
maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListIntentMetrics request to return the next page of results. For a complete set of results, call the ListIntentMetrics operation until the nextToken returned in the response is null.
public String getNextToken()
If the response from the ListIntentMetrics operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListIntentMetrics request to return the next page of results. For a complete set of results, call the ListIntentMetrics operation until the nextToken returned in the response is null.
Use the returned token in the nextToken parameter of a ListIntentMetrics request to return the next page of results. For a complete set of results, call the ListIntentMetrics operation until the nextToken returned in the response is null.
public ListIntentMetricsRequest withNextToken(String nextToken)
If the response from the ListIntentMetrics operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListIntentMetrics request to return the next page of results. For a complete set of results, call the ListIntentMetrics operation until the nextToken returned in the response is null.
nextToken
- If the response from the ListIntentMetrics operation contains more results than specified in the
maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListIntentMetrics request to return the next page of results. For a complete set of results, call the ListIntentMetrics operation until the nextToken returned in the response is null.
public String toString()
toString
in class Object
Object.toString()
public ListIntentMetricsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()