ISessionManagerListener interface.
More...
#include <session_manager_interface.hh>
|
virtual void | activated (const std::string &dialog_id, Session session)=0 |
| Receive callback when the session is activated. More...
|
|
virtual void | deactivated (const std::string &dialog_id)=0 |
| Receive callback when the session is deactivated. More...
|
|
◆ activated()
virtual void NuguClientKit::ISessionManagerListener::activated |
( |
const std::string & |
dialog_id, |
|
|
Session |
session |
|
) |
| |
|
pure virtual |
Receive callback when the session is activated.
- Parameters
-
[in] | dialog_id | dialog request id for Session |
[in] | session | Session object |
◆ deactivated()
virtual void NuguClientKit::ISessionManagerListener::deactivated |
( |
const std::string & |
dialog_id | ) |
|
|
pure virtual |
Receive callback when the session is deactivated.
- Parameters
-
[in] | dialog_id | dialog request id for Session |
The documentation for this class was generated from the following file: