Enables in-flight message processing for an ongoing chat session
Source:R/connect_operations.R
connect_start_contact_media_processing.RdEnables in-flight message processing for an ongoing chat session. Message processing will stay active for the rest of the chat, even if an individual contact segment ends.
See https://www.paws-r-sdk.com/docs/connect_start_contact_media_processing/ for full documentation.
Usage
connect_start_contact_media_processing(
InstanceId = NULL,
ContactId = NULL,
ProcessorArn = NULL,
FailureMode = NULL
)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.
- ProcessorArn
The Amazon Resource Name (ARN) of the Lambda processor. You can find the Amazon Resource Name of the lambda in the lambda console.
- FailureMode
The desired behavior for failed message processing.