Values_0.TestCaseEntryPointSourceDefines the starting point for a test case.
type nonrec t = {type_ : TestCaseEntryPointType.t option;The type of entry point.
*)voiceCallEntryPointParameters : VoiceCallEntryPointParameters.t option;Parameters for voice call entry point.
*)chatEntryPointParameters : ChatEntryPointParameters.t option;Parameters for chat entry point.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of PhoneNumber.t ]) list ])
list ]