public static interface ListSessionAnalyticsDataResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListSessionAnalyticsDataResponse.Builder,ListSessionAnalyticsDataResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSessionAnalyticsDataResponse.Builder |
botId(String botId)
The unique identifier of the bot that the sessions belong to.
|
ListSessionAnalyticsDataResponse.Builder |
nextToken(String nextToken)
If the response from the ListSessionAnalyticsData operation contains more results than specified in the
maxResults parameter, a token is returned in the response.
|
ListSessionAnalyticsDataResponse.Builder |
sessions(Collection<SessionSpecification> sessions)
A list of objects, each of which contains information about a session with the bot.
|
ListSessionAnalyticsDataResponse.Builder |
sessions(Consumer<SessionSpecification.Builder>... sessions)
A list of objects, each of which contains information about a session with the bot.
|
ListSessionAnalyticsDataResponse.Builder |
sessions(SessionSpecification... sessions)
A list of objects, each of which contains information about a session with the bot.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSessionAnalyticsDataResponse.Builder botId(String botId)
The unique identifier of the bot that the sessions belong to.
botId - The unique identifier of the bot that the sessions belong to.ListSessionAnalyticsDataResponse.Builder nextToken(String nextToken)
If the response from the ListSessionAnalyticsData 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 ListSessionAnalyticsData request to return the next page of results. For a complete set of results, call the ListSessionAnalyticsData operation until the nextToken returned in the response is null.
nextToken - If the response from the ListSessionAnalyticsData 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 ListSessionAnalyticsData request to return the next page of results. For a complete set of results, call the ListSessionAnalyticsData operation until the nextToken returned in the response is null.
ListSessionAnalyticsDataResponse.Builder sessions(Collection<SessionSpecification> sessions)
A list of objects, each of which contains information about a session with the bot.
sessions - A list of objects, each of which contains information about a session with the bot.ListSessionAnalyticsDataResponse.Builder sessions(SessionSpecification... sessions)
A list of objects, each of which contains information about a session with the bot.
sessions - A list of objects, each of which contains information about a session with the bot.ListSessionAnalyticsDataResponse.Builder sessions(Consumer<SessionSpecification.Builder>... sessions)
A list of objects, each of which contains information about a session with the bot.
This is a convenience method that creates an instance of theSessionSpecification.Builder avoiding the need to
create one manually via
SessionSpecification.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #sessions(List.
sessions - a consumer that will call methods on
SessionSpecification.Builder#sessions(java.util.Collection) Copyright © 2023. All rights reserved.