Meeting AI companion query callback event.
More...
#include <meeting_ai_companion_interface.h>
Meeting AI companion query callback event.
Definition at line 707 of file meeting_ai_companion_interface.h.
◆ ~IMeetingAICompanionQueryHelperEvent()
virtual IMeetingAICompanionQueryHelperEvent::~IMeetingAICompanionQueryHelperEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onFailedToRequestSendQuery()
virtual void IMeetingAICompanionQueryHelperEvent::onFailedToRequestSendQuery |
( |
bool | bTimeout | ) |
|
|
pure virtual |
Notification of the request to send query failed.
- Parameters
-
bTimeout | true means that the request timed out. Otherwise means that the user declines the request. |
◆ onFailedToStartQuery()
virtual void IMeetingAICompanionQueryHelperEvent::onFailedToStartQuery |
( |
bool | bTimeout | ) |
|
|
pure virtual |
Notification of the query failed to start.
- Parameters
-
bTimeout | true means is timeout. Otherwise means the user declines the request. |
◆ onQueryEnableActionCallback()
Notification of receiving query enable action callback.
- Parameters
-
pHandler | The handler to enable the query. |
◆ onQuerySettingChanged()
Notification of the query setting is changed.
- Parameters
-
eSetting | The selected query setting. |
◆ onQueryStateEnabledButNotStarted()
Notification of the query is not started.
- Parameters
-
pHandler | The handler to start the query. |
◆ onQueryStateNotSupported()
virtual void IMeetingAICompanionQueryHelperEvent::onQueryStateNotSupported |
( |
| ) |
|
|
pure virtual |
Notification of the meeting does not support query.
◆ onQueryStateStarted()
Notification of the query is started.
- Parameters
-
pHandler | The handler to send query. |
◆ onQueryStateSupportedButDisabled()
Notification of the meeting supports query but query feature is disabled.
- Parameters
-
pHandler | The handler to enable the query. |
◆ onReceiveQueryAnswer()
Notification of receiving query answer.
- Parameters
-
◆ onReceiveRequestToEnableQuery()
Notification of receiving request to enable query.
- Parameters
-
pHandler | The handler to handle the request. |
◆ onReceiveRequestToSendQuery()
Notification of receiving request to send query.
- Parameters
-
handler | The handler to handle the request. |
◆ onReceiveRequestToStartQuery()
Notification of receiving request to start query.
- Parameters
-
pHandler | The handler to handle the request. |
◆ onSendQueryPrivilegeChanged()
virtual void IMeetingAICompanionQueryHelperEvent::onSendQueryPrivilegeChanged |
( |
bool | canSendQuery | ) |
|
|
pure virtual |
Notification of getting or losing send query question privilege.
- Parameters
-
canSendQuery | true means can send. Otherwise not. |