View source: R/connect_operations.R
connect_search_hours_of_operation_overrides | R Documentation |
Searches the hours of operation overrides.
See https://www.paws-r-sdk.com/docs/connect_search_hours_of_operation_overrides/ for full documentation.
connect_search_hours_of_operation_overrides(
InstanceId,
NextToken = NULL,
MaxResults = NULL,
SearchFilter = NULL,
SearchCriteria = NULL
)
InstanceId |
[required] The identifier of the Amazon Connect instance. |
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. Length Constraints: Minimum length of 1. Maximum length of 2500. |
MaxResults |
The maximum number of results to return per page. Valid Range: Minimum value of 1. Maximum value of 100. |
SearchFilter |
|
SearchCriteria |
The search criteria to be used to return hours of operations overrides. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.