Values_2.UpdateRoutingProfileNameRequestSourceUpdates the name and description of a routing profile. The request accepts the following data in JSON format. At least Name or Description must be provided.
type nonrec t = {instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)routingProfileId : Values_0.RoutingProfileId.t;The identifier of the routing profile.
*)name : Values_0.RoutingProfileName.t option;The name of the routing profile. Must not be more than 127 characters.
*)description : Values_0.RoutingProfileDescription.t option;The description of the routing profile. Must not be more than 250 characters.
*)}val make :
?name:??? ->
?description:??? ->
instanceId:Values_0.InstanceId.t ->
routingProfileId:Values_0.RoutingProfileId.t ->
unit ->
t