Values_2.StartWebRTCContactResponseSourcePlaces an inbound in-app, web, or video call to a contact, and then initiates the flow. It performs the actions in the flow that are specified (in ContactFlowId) and present in the Amazon Connect instance (specified as InstanceId).
type nonrec t = {connectionData : Values_0.ConnectionData.t option;Information required for the client application (mobile application or website) to connect to the call.
*)contactId : Values_0.ContactId.t option;The identifier of the contact in this instance of Amazon Connect.
*)participantId : Values_0.ParticipantId.t option;The identifier for a contact participant. The ParticipantId for a contact participant is the same throughout the contact lifecycle.
*)participantToken : Values_0.ParticipantToken.t option;The token used by the contact participant to call the CreateParticipantConnection API. The participant token is valid for the lifetime of a contact participant.
*)}type nonrec error = [ | `InternalServiceException of Values_0.InternalServiceException.t| `InvalidParameterException of Values_0.InvalidParameterException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `LimitExceededException of Values_0.LimitExceededException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidParameterException of Values_0.InvalidParameterException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `LimitExceededException of Values_0.LimitExceededException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidParameterException of Values_0.InvalidParameterException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `LimitExceededException of Values_0.LimitExceededException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.ContactId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `String of string
| `Structure of
(string * [> `Enum of string ]) list ])
list ])
list ])
list ])
list ]