connectwisdomservice_list_assistant_associations {paws.customer.engagement} | R Documentation |
Lists information about assistant associations
Description
Lists information about assistant associations.
See https://www.paws-r-sdk.com/docs/connectwisdomservice_list_assistant_associations/ for full documentation.
Usage
connectwisdomservice_list_assistant_associations(
assistantId,
maxResults = NULL,
nextToken = NULL
)
Arguments
assistantId |
[required] The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN. |
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. |
[Package paws.customer.engagement version 0.9.0 Index]