Develop Barge-in
srhxz opened this issue · 3 comments
srhxz commented
Develop barge-in to make available routes from state by intents, or play some another replica
Denire commented
@srhxz You mean implementing something similar to JAICP BargeIn?
Looks like we can implement similar things in Scenario DSL
like:
action {
reactions.telephony?.sayWithBargeIn("my reply", goOnInterrupt = "/some/handler/state")
}