public static interface ListIntentPathsRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListIntentPathsRequest.Builder,ListIntentPathsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListIntentPathsRequest.Builder |
botId(String botId)
The identifier for the bot for which you want to retrieve intent path metrics.
|
ListIntentPathsRequest.Builder |
endDateTime(Instant endDateTime)
The date and time that marks the end of the range of time for which you want to see intent path metrics.
|
ListIntentPathsRequest.Builder |
filters(AnalyticsPathFilter... filters)
A list of objects, each describes a condition by which you want to filter the results.
|
ListIntentPathsRequest.Builder |
filters(Collection<AnalyticsPathFilter> filters)
A list of objects, each describes a condition by which you want to filter the results.
|
ListIntentPathsRequest.Builder |
filters(Consumer<AnalyticsPathFilter.Builder>... filters)
A list of objects, each describes a condition by which you want to filter the results.
|
ListIntentPathsRequest.Builder |
intentPath(String intentPath)
The intent path for which you want to retrieve metrics.
|
ListIntentPathsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListIntentPathsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListIntentPathsRequest.Builder |
startDateTime(Instant startDateTime)
The date and time that marks the beginning of the range of time for which you want to see intent path
metrics.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIntentPathsRequest.Builder botId(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.ListIntentPathsRequest.Builder startDateTime(Instant 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.ListIntentPathsRequest.Builder endDateTime(Instant 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.ListIntentPathsRequest.Builder intentPath(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
ListIntentPathsRequest.Builder filters(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.ListIntentPathsRequest.Builder filters(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.ListIntentPathsRequest.Builder filters(Consumer<AnalyticsPathFilter.Builder>... filters)
A list of objects, each describes a condition by which you want to filter the results.
This is a convenience method that creates an instance of theAnalyticsPathFilter.Builder avoiding the need to
create one manually via
AnalyticsPathFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on
AnalyticsPathFilter.Builder#filters(java.util.Collection) ListIntentPathsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListIntentPathsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.