Connect / Client / start_contact_media_processing
start_contact_media_processing¶
- Connect.Client.start_contact_media_processing(**kwargs)¶
Enables 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 also: AWS API Documentation
Request Syntax
response = client.start_contact_media_processing( InstanceId='string', ContactId='string', ProcessorArn='string', FailureMode='DELIVER_UNPROCESSED_MESSAGE'|'DO_NOT_DELIVER_UNPROCESSED_MESSAGE' )
- Parameters:
InstanceId (string) – The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
ContactId (string) – The identifier of the contact.
ProcessorArn (string) – The Amazon Resource Name (ARN) of the Lambda processor. You can find the Amazon Resource Name of the lambda in the lambda console.
FailureMode (string) – The desired behavior for failed message processing.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions