Module Values_0.UserQuickConnectConfigSource

Contains information about the quick connect configuration settings for a user. The contact flow must be of type Transfer to Agent.

Sourcetype nonrec t = {
  1. userId : UserId.t;
    (*

    The identifier of the user.

    *)
  2. contactFlowId : ContactFlowId.t;
    (*

    The identifier of the flow.

    *)
}
Sourceval context_ : string
Sourceval make : userId:UserId.t -> contactFlowId:ContactFlowId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of UserId.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