connectcases_list_cases_for_contact {paws.customer.engagement} | R Documentation |
Lists cases for a given contact
Description
Lists cases for a given contact.
See https://www.paws-r-sdk.com/docs/connectcases_list_cases_for_contact/ for full documentation.
Usage
connectcases_list_cases_for_contact(
contactArn,
domainId,
maxResults = NULL,
nextToken = NULL
)
Arguments
contactArn |
[required] A unique identifier of a contact in Amazon Connect. |
domainId |
[required] The unique identifier of the Cases domain. |
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]