Values_2.StartContactMediaProcessingRequestSourceEnables 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.
type nonrec t = {instanceId : Values_0.InstanceId.t option;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)contactId : Values_0.ContactId.t option;The identifier of the contact.
*)processorArn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the Lambda processor. You can find the Amazon Resource Name of the lambda in the lambda console.
*)failureMode : Values_0.ContactMediaProcessingFailureMode.t option;The desired behavior for failed message processing.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.InstanceId.t ]) list ]