List Assistants
connectwisdomservice_list_assistants | R Documentation |
Lists information about assistants¶
Description¶
Lists information about assistants.
Usage¶
Arguments¶
maxResults
The maximum number of results to return per page.
nextToken
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Value¶
A list with the following syntax:
list(
assistantSummaries = list(
list(
assistantArn = "string",
assistantId = "string",
description = "string",
integrationConfiguration = list(
topicIntegrationArn = "string"
),
name = "string",
serverSideEncryptionConfiguration = list(
kmsKeyId = "string"
),
status = "CREATE_IN_PROGRESS"|"CREATE_FAILED"|"ACTIVE"|"DELETE_IN_PROGRESS"|"DELETE_FAILED"|"DELETED",
tags = list(
"string"
),
type = "AGENT"
)
),
nextToken = "string"
)