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>"
                                      }
                                    }
                                  }
                                ]
                              }
Nessuna risposta

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande