Module Values_0.TestCaseEntryPointSource

Defines the starting point for a test case.

Sourcetype nonrec t = {
  1. type_ : TestCaseEntryPointType.t option;
    (*

    The type of entry point.

    *)
  2. voiceCallEntryPointParameters : VoiceCallEntryPointParameters.t option;
    (*

    Parameters for voice call entry point.

    *)
  3. chatEntryPointParameters : ChatEntryPointParameters.t option;
    (*

    Parameters for chat entry point.

    *)
}
Sourceval make : ?type_:??? -> ?voiceCallEntryPointParameters:??? -> ?chatEntryPointParameters:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `String of PhoneNumber.t ]) list ]) 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