@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIntentPathsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListIntentPathsRequest() |
Modifier and Type | Method and Description |
---|---|
ListIntentPathsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBotId()
The identifier for the bot for which you want to retrieve intent path metrics.
|
Date |
getEndDateTime()
The date and time that marks the end of the range of time for which you want to see intent path metrics.
|
List<AnalyticsPathFilter> |
getFilters()
A list of objects, each describes a condition by which you want to filter the results.
|
String |
getIntentPath()
The intent path for which you want to retrieve metrics.
|
Date |
getStartDateTime()
The date and time that marks the beginning of the range of time for which you want to see intent path metrics.
|
int |
hashCode() |
void |
setBotId(String botId)
The identifier for the bot for which you want to retrieve intent path 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 path metrics.
|
void |
setFilters(Collection<AnalyticsPathFilter> filters)
A list of objects, each describes a condition by which you want to filter the results.
|
void |
setIntentPath(String intentPath)
The intent path for which you want to retrieve metrics.
|
void |
setStartDateTime(Date startDateTime)
The date and time that marks the beginning of the range of time for which you want to see intent path metrics.
|
String |
toString()
Returns a string representation of this object.
|
ListIntentPathsRequest |
withBotId(String botId)
The identifier for the bot for which you want to retrieve intent path metrics.
|
ListIntentPathsRequest |
withEndDateTime(Date endDateTime)
The date and time that marks the end of the range of time for which you want to see intent path metrics.
|
ListIntentPathsRequest |
withFilters(AnalyticsPathFilter... filters)
A list of objects, each describes a condition by which you want to filter the results.
|
ListIntentPathsRequest |
withFilters(Collection<AnalyticsPathFilter> filters)
A list of objects, each describes a condition by which you want to filter the results.
|
ListIntentPathsRequest |
withIntentPath(String intentPath)
The intent path for which you want to retrieve metrics.
|
ListIntentPathsRequest |
withStartDateTime(Date startDateTime)
The date and time that marks the beginning of the range of time for which you want to see intent path 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 path metrics.
botId
- The identifier for the bot for which you want to retrieve intent path metrics.public String getBotId()
The identifier for the bot for which you want to retrieve intent path metrics.
public ListIntentPathsRequest withBotId(String botId)
The identifier for the bot for which you want to retrieve intent path metrics.
botId
- The identifier for the bot for which you want to retrieve intent path metrics.public void setStartDateTime(Date startDateTime)
The date and time that marks the beginning of the range of time for which you want to see intent path metrics.
startDateTime
- The date and time that marks the beginning of the range of time for which you want to see intent path
metrics.public Date getStartDateTime()
The date and time that marks the beginning of the range of time for which you want to see intent path metrics.
public ListIntentPathsRequest withStartDateTime(Date startDateTime)
The date and time that marks the beginning of the range of time for which you want to see intent path metrics.
startDateTime
- The date and time that marks the beginning of the range of time for which you want to see intent path
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 path metrics.
endDateTime
- The date and time that marks the end of the range of time for which you want to see intent path metrics.public Date getEndDateTime()
The date and time that marks the end of the range of time for which you want to see intent path metrics.
public ListIntentPathsRequest withEndDateTime(Date endDateTime)
The date and time that marks the end of the range of time for which you want to see intent path metrics.
endDateTime
- The date and time that marks the end of the range of time for which you want to see intent path metrics.public void setIntentPath(String intentPath)
The intent path for which you want to retrieve metrics. Use a forward slash to separate intents in the path. For example:
/BookCar
/BookCar/BookHotel
/BookHotel/BookCar
intentPath
- The intent path for which you want to retrieve metrics. Use a forward slash to separate intents in the
path. For example:
/BookCar
/BookCar/BookHotel
/BookHotel/BookCar
public String getIntentPath()
The intent path for which you want to retrieve metrics. Use a forward slash to separate intents in the path. For example:
/BookCar
/BookCar/BookHotel
/BookHotel/BookCar
/BookCar
/BookCar/BookHotel
/BookHotel/BookCar
public ListIntentPathsRequest withIntentPath(String intentPath)
The intent path for which you want to retrieve metrics. Use a forward slash to separate intents in the path. For example:
/BookCar
/BookCar/BookHotel
/BookHotel/BookCar
intentPath
- The intent path for which you want to retrieve metrics. Use a forward slash to separate intents in the
path. For example:
/BookCar
/BookCar/BookHotel
/BookHotel/BookCar
public List<AnalyticsPathFilter> getFilters()
A list of objects, each describes a condition by which you want to filter the results.
public void setFilters(Collection<AnalyticsPathFilter> filters)
A list of objects, each describes a condition by which you want to filter the results.
filters
- A list of objects, each describes a condition by which you want to filter the results.public ListIntentPathsRequest withFilters(AnalyticsPathFilter... filters)
A list of objects, each 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 describes a condition by which you want to filter the results.public ListIntentPathsRequest withFilters(Collection<AnalyticsPathFilter> filters)
A list of objects, each describes a condition by which you want to filter the results.
filters
- A list of objects, each describes a condition by which you want to filter the results.public String toString()
toString
in class Object
Object.toString()
public ListIntentPathsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()