connect_stop_contact_streaming {paws.customer.engagement} | R Documentation |
Ends message streaming on a specified contact
Description
Ends message streaming on a specified contact. To restart message streaming on that contact, call the start_contact_streaming
API.
See https://www.paws-r-sdk.com/docs/connect_stop_contact_streaming/ for full documentation.
Usage
connect_stop_contact_streaming(InstanceId, ContactId, StreamingId)
Arguments
InstanceId |
[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. |
ContactId |
[required] The identifier of the contact. This is the identifier of the contact that is associated with the first interaction with the contact center. |
StreamingId |
[required] The identifier of the streaming configuration enabled. |
[Package paws.customer.engagement version 0.7.0 Index]