Module Values_2.PauseContactRequestSource

Allows pausing an ongoing task contact.

Sourcetype nonrec t = {
  1. contactId : Values_0.ContactId.t;
    (*

    The identifier of the contact.

    *)
  2. instanceId : Values_0.InstanceId.t;
    (*

    The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

    *)
  3. contactFlowId : Values_0.ContactFlowId.t option;
    (*

    The identifier of the flow.

    *)
}
Sourceval context_ : string
Sourceval make : ?contactFlowId:??? -> contactId:Values_0.ContactId.t -> instanceId:Values_0.InstanceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.ContactId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t