Module Values.CreateMeetingDialOutResponseSource

Uses the join token and call metadata in a meeting request (From number, To number, and so forth) to initiate an outbound call to a public switched telephone network (PSTN) and join them into a Chime meeting. Also ensures that the From number belongs to the customer. To play welcome audio or implement an interactive voice response (IVR), use the CreateSipMediaApplicationCall action with the corresponding SIP media application ID. This API is not available in a dedicated namespace.

Sourcetype nonrec t = {
  1. transactionId : GuidString.t option;
    (*

    Unique ID that tracks API calls.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `BadRequestException of BadRequestException.t
  3. | `ForbiddenException of ForbiddenException.t
  4. | `ResourceLimitExceededException of ResourceLimitExceededException.t
  5. | `ServiceFailureException of ServiceFailureException.t
  6. | `ServiceUnavailableException of ServiceUnavailableException.t
  7. | `ThrottledClientException of ThrottledClientException.t
  8. | `UnauthorizedClientException of UnauthorizedClientException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?transactionId:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `BadRequestException of BadRequestException.t | `ForbiddenException of ForbiddenException.t | `ResourceLimitExceededException of ResourceLimitExceededException.t | `ServiceFailureException of ServiceFailureException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `ThrottledClientException of ThrottledClientException.t | `UnauthorizedClientException of UnauthorizedClientException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `BadRequestException of BadRequestException.t | `ForbiddenException of ForbiddenException.t | `ResourceLimitExceededException of ResourceLimitExceededException.t | `ServiceFailureException of ServiceFailureException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `ThrottledClientException of ThrottledClientException.t | `UnauthorizedClientException of UnauthorizedClientException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GuidString.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