Skip to content

Commit

Permalink
Label change for payment queries
Browse files Browse the repository at this point in the history
  • Loading branch information
kh4l1d64 committed Feb 26, 2024
1 parent 0019c43 commit 0526f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xstate/prompt/prompt.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class PromptServices {
if (response.query_intent == "Invalid") intent = "convo"
if (response.query_intent == "convo_starter") intent = "convo"
if (response.query_intent == "convo_ender") intent = "convo"
if (response.query_intent == "Installment not received") intent = "payment"
if (response.query_intent == "Installment Not Received") intent = "payment"
else {
intent = "invalid"
}
Expand Down

0 comments on commit 0526f1c

Please sign in to comment.