* Registers the elicitation handler for this session. * * @param handler - The handler to invoke when the server dispatches an elicitation request * @internal This method is typically called internally when creating/resuming a session.
(handler?: ElicitationHandler)
| 911 | * @internal This method is typically called internally when creating/resuming a session. |
| 912 | */ |
| 913 | registerElicitationHandler(handler?: ElicitationHandler): void { |
| 914 | this.elicitationHandler = handler; |
| 915 | } |
| 916 | |
| 917 | /** |
| 918 | * Registers the exit-plan-mode handler for this session. |
no outgoing calls
no test coverage detected