bot message interruption

0

I created w bot with cdk infra, the problem I face is that even with this config allowinterrupt : false the user can interrupt the bot message. is there any specefic solution

                              "promptSpecification": {
                                **"allowInterrupt": false**,
                                "maxRetries": 2,
                                "messageGroups": [
                                  {
                                    "message": {
                                      "ssmlMessage": {
                                        "value": "<speak>hello my name is bot tell me how can i help you</speak>"
                                      }
                                    }
                                  }
                                ]
                              }
Keine Antworten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen