Get Session
connectwisdomservice_get_session | R Documentation |
Retrieves information for a specified session¶
Description¶
Retrieves information for a specified session.
Usage¶
Arguments¶
assistantId
[required] The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
sessionId
[required] The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.
Value¶
A list with the following syntax:
list(
session = list(
description = "string",
integrationConfiguration = list(
topicIntegrationArn = "string"
),
name = "string",
sessionArn = "string",
sessionId = "string",
tags = list(
"string"
)
)
)