Values_1.PhoneNumberConfigSourceConfiguration settings for phone type and phone number.
type nonrec t = {channel : Values_0.Channel.t;The channel for this phone number configuration. Only VOICE is supported for this data type.
*)phoneType : Values_0.PhoneType.t;The phone type. Valid values: SOFT_PHONE, DESK_PHONE.
*)phoneNumber : Values_0.SensitivePhoneNumber.t option;The phone number for the user's desk phone.
*)}val make :
?phoneNumber:??? ->
channel:Values_0.Channel.t ->
phoneType:Values_0.PhoneType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of Values_0.SensitivePhoneNumber.t ])
list ]