| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
SessionSpecification |
SessionSpecification.clone() |
SessionSpecification |
SessionSpecification.withBotAliasId(String botAliasId)
The identifier of the alias of the bot that the session was held with.
|
SessionSpecification |
SessionSpecification.withBotVersion(String botVersion)
The version of the bot that the session was held with.
|
SessionSpecification |
SessionSpecification.withChannel(String channel)
The channel that is integrated with the bot that the session was held with.
|
SessionSpecification |
SessionSpecification.withConversationDurationSeconds(Long conversationDurationSeconds)
The duration of the conversation in seconds.
|
SessionSpecification |
SessionSpecification.withConversationEndState(ConversationEndState conversationEndState)
The final state of the conversation.
|
SessionSpecification |
SessionSpecification.withConversationEndState(String conversationEndState)
The final state of the conversation.
|
SessionSpecification |
SessionSpecification.withConversationEndTime(Date conversationEndTime)
The date and time when the conversation ended.
|
SessionSpecification |
SessionSpecification.withConversationStartTime(Date conversationStartTime)
The date and time when the conversation began.
|
SessionSpecification |
SessionSpecification.withInvokedIntentSamples(Collection<InvokedIntentSample> invokedIntentSamples)
A list of objects containing the name of an intent that was invoked.
|
SessionSpecification |
SessionSpecification.withInvokedIntentSamples(InvokedIntentSample... invokedIntentSamples)
A list of objects containing the name of an intent that was invoked.
|
SessionSpecification |
SessionSpecification.withLocaleId(String localeId)
The locale of the bot that the session was held with.
|
SessionSpecification |
SessionSpecification.withMode(AnalyticsModality mode)
The mode of the session.
|
SessionSpecification |
SessionSpecification.withMode(String mode)
The mode of the session.
|
SessionSpecification |
SessionSpecification.withNumberOfTurns(Long numberOfTurns)
The number of turns that the session took.
|
SessionSpecification |
SessionSpecification.withOriginatingRequestId(String originatingRequestId)
The identifier of the first request in a session.
|
SessionSpecification |
SessionSpecification.withSessionId(String sessionId)
The identifier of the session.
|
| Modifier and Type | Method and Description |
|---|---|
List<SessionSpecification> |
ListSessionAnalyticsDataResult.getSessions()
A list of objects, each of which contains information about a session with the bot.
|
| Modifier and Type | Method and Description |
|---|---|
ListSessionAnalyticsDataResult |
ListSessionAnalyticsDataResult.withSessions(SessionSpecification... sessions)
A list of objects, each of which contains information about a session with the bot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSessionAnalyticsDataResult.setSessions(Collection<SessionSpecification> sessions)
A list of objects, each of which contains information about a session with the bot.
|
ListSessionAnalyticsDataResult |
ListSessionAnalyticsDataResult.withSessions(Collection<SessionSpecification> sessions)
A list of objects, each of which contains information about a session with the bot.
|
Copyright © 2024. All rights reserved.