Update HumanInterventionNeededHandler.cs
address transfer to person issue
This commit is contained in:
parent
5380ecba7d
commit
4aa5b92b92
|
|
@ -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>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue