Stop Contact Media Processing
| connect_stop_contact_media_processing | R Documentation |
Stops in-flight message processing for an ongoing chat session¶
Description¶
Stops in-flight message processing for an ongoing chat session.
Usage¶
connect_stop_contact_media_processing(InstanceId, ContactId)
Arguments¶
InstanceId |
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. |
ContactId |
The identifier of the contact. |
Value¶
An empty list.
Request syntax¶
svc$stop_contact_media_processing(
InstanceId = "string",
ContactId = "string"
)