Meeting AI companion query callback event.
More...
#include <meeting_ai_companion_interface.h>
Meeting AI companion query callback event.
Definition at line 687 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
-
◆ onQuerySettingChanged()
Notification of the query setting is changed.
- Parameters
-
◆ onQueryStateEnabledButNotStarted()
Notification of the query is not started.
- Parameters
-
◆ onQueryStateNotSupported()
virtual void IMeetingAICompanionQueryHelperEvent::onQueryStateNotSupported |
( |
| ) |
|
|
pure virtual |
Notification of the meeting does not support query.
◆ onQueryStateStarted()
Notification of the query is started.
- Parameters
-
◆ onQueryStateSupportedButDisabled()
Notification of the meeting supports query but query feature is disabled.
- Parameters
-
◆ onReceiveQueryAnswer()
Notification of receiving query answer.
- Parameters
-
◆ onReceiveRequestToEnableQuery()
Notification of receiving request to enable query.
- Parameters
-
◆ onReceiveRequestToSendQuery()
Notification of receiving request to send query.
- Parameters
-
◆ onReceiveRequestToStartQuery()
Notification of receiving request to start query.
- Parameters
-
◆ 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. |