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>"
                                      }
                                    }
                                  }
                                ]
                              }
Aucune réponse

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions