Values_2.StopContactStreamingRequestSourceEnds message streaming on a specified contact. To restart message streaming on that contact, call the StartContactStreaming API.
type nonrec t = {instanceId : Values_0.InstanceId.t;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;The identifier of the contact. This is the identifier of the contact that is associated with the first interaction with the contact center.
*)streamingId : StreamingId.t;The identifier of the streaming configuration enabled.
*)}val make :
instanceId:Values_0.InstanceId.t ->
contactId:Values_0.ContactId.t ->
streamingId:StreamingId.t ->
unit ->
t