Update HumanInterventionNeededHandler.cs

address transfer to person issue
This commit is contained in:
sylviachency 2024-04-11 12:41:48 -05:00 committed by GitHub
parent 5380ecba7d
commit 4aa5b92b92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ public class HumanInterventionNeededHandler : RoutingHandlerBase, IRoutingHandle
{
public string Name => "human_intervention_needed";
public string Description => "Reach out to human being, customer service or customer representative.";
public string Description => "Reach out to human customer service.";
public List<ParameterPropertyDef> Parameters => new List<ParameterPropertyDef>
{