Pause Contact
connect_pause_contact | R Documentation |
Allows pausing an ongoing task contact¶
Description¶
Allows pausing an ongoing task contact.
Usage¶
connect_pause_contact(ContactId, InstanceId, ContactFlowId)
Arguments¶
ContactId |
[required] The identifier of the contact. |
InstanceId |
[required] The identifier of the Amazon Connect instance. You can
find the |
ContactFlowId |
The identifier of the flow. |
Value¶
An empty list.
Request syntax¶
svc$pause_contact(
ContactId = "string",
InstanceId = "string",
ContactFlowId = "string"
)