Skip to content

Commit 4aa5b92

Browse files
authored
Update HumanInterventionNeededHandler.cs
address transfer to person issue
1 parent 5380ecb commit 4aa5b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Infrastructure/BotSharp.Core/Routing/Handlers/HumanInterventionNeededHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public class HumanInterventionNeededHandler : RoutingHandlerBase, IRoutingHandle
66
{
77
public string Name => "human_intervention_needed";
88

9-
public string Description => "Reach out to human being, customer service or customer representative.";
9+
public string Description => "Reach out to human customer service.";
1010

1111
public List<ParameterPropertyDef> Parameters => new List<ParameterPropertyDef>
1212
{

0 commit comments

Comments
 (0)