@Generated(value="software.amazon.awssdk:codegen") public final class ListIntentPathsRequest extends LexModelsV2Request implements ToCopyableBuilder<ListIntentPathsRequest.Builder,ListIntentPathsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListIntentPathsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botId()
The identifier for the bot for which you want to retrieve intent path metrics.
|
static ListIntentPathsRequest.Builder |
builder() |
Instant |
endDateTime()
The date and time that marks the end of the range of time for which you want to see intent path metrics.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<AnalyticsPathFilter> |
filters()
A list of objects, each describes a condition by which you want to filter the results.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFilters()
For responses, this returns true if the service returned a value for the Filters property.
|
int |
hashCode() |
String |
intentPath()
The intent path for which you want to retrieve metrics.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListIntentPathsRequest.Builder> |
serializableBuilderClass() |
Instant |
startDateTime()
The date and time that marks the beginning of the range of time for which you want to see intent path metrics.
|
ListIntentPathsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String botId()
The identifier for the bot for which you want to retrieve intent path metrics.
public final Instant startDateTime()
The date and time that marks the beginning of the range of time for which you want to see intent path metrics.
public final Instant endDateTime()
The date and time that marks the end of the range of time for which you want to see intent path metrics.
public final 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
/BookCar
/BookCar/BookHotel
/BookHotel/BookCar
public final boolean hasFilters()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<AnalyticsPathFilter> filters()
A list of objects, each describes a condition by which you want to filter the results.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasFilters() method.
public ListIntentPathsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListIntentPathsRequest.Builder,ListIntentPathsRequest>toBuilder in class LexModelsV2Requestpublic static ListIntentPathsRequest.Builder builder()
public static Class<? extends ListIntentPathsRequest.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.