| Package | Description |
|---|---|
| com.amazonaws.services.qconnect.model |
| Modifier and Type | Method and Description |
|---|---|
SessionSummary |
SessionSummary.clone() |
SessionSummary |
SessionSummary.withAssistantArn(String assistantArn)
The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
|
SessionSummary |
SessionSummary.withAssistantId(String assistantId)
The identifier of the Amazon Q in Connect assistant.
|
SessionSummary |
SessionSummary.withSessionArn(String sessionArn)
The Amazon Resource Name (ARN) of the session.
|
SessionSummary |
SessionSummary.withSessionId(String sessionId)
The identifier of the session.
|
| Modifier and Type | Method and Description |
|---|---|
List<SessionSummary> |
SearchSessionsResult.getSessionSummaries()
Summary information about the sessions.
|
| Modifier and Type | Method and Description |
|---|---|
SearchSessionsResult |
SearchSessionsResult.withSessionSummaries(SessionSummary... sessionSummaries)
Summary information about the sessions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchSessionsResult.setSessionSummaries(Collection<SessionSummary> sessionSummaries)
Summary information about the sessions.
|
SearchSessionsResult |
SearchSessionsResult.withSessionSummaries(Collection<SessionSummary> sessionSummaries)
Summary information about the sessions.
|
Copyright © 2024. All rights reserved.