* Registers the auto-mode-switch handler for this session. * * @param handler - The handler to invoke when the server dispatches an auto-mode-switch request * @internal This method is typically called internally when creating/resuming a session.
(handler?: AutoModeSwitchHandler)
| 931 | * @internal This method is typically called internally when creating/resuming a session. |
| 932 | */ |
| 933 | registerAutoModeSwitchHandler(handler?: AutoModeSwitchHandler): void { |
| 934 | this.autoModeSwitchHandler = handler; |
| 935 | } |
| 936 | |
| 937 | /** |
| 938 | * Handles an elicitation.requested broadcast event. |
no outgoing calls
no test coverage detected