Module Values_0.OutboundCallerConfigSource

The outbound caller ID name, number, and outbound whisper flow.

Sourcetype nonrec t = {
  1. outboundCallerIdName : OutboundCallerIdName.t option;
    (*

    The caller ID name.

    *)
  2. outboundCallerIdNumberId : PhoneNumberId.t option;
    (*

    The caller ID number.

    *)
  3. outboundFlowId : ContactFlowId.t option;
    (*

    The outbound whisper flow to be used during an outbound call.

    *)
}
Sourceval make : ?outboundCallerIdName:??? -> ?outboundCallerIdNumberId:??? -> ?outboundFlowId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of OutboundCallerIdName.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