Meeting AI companion query helper interface.
More...
#include <meeting_ai_companion_interface.h>
Meeting AI companion query helper interface.
Definition at line 594 of file meeting_ai_companion_interface.h.
◆ ~IMeetingAICompanionQueryHelper()
virtual IMeetingAICompanionQueryHelper::~IMeetingAICompanionQueryHelper |
( |
| ) |
|
|
inlinevirtual |
◆ CanChangeQuerySetting()
virtual SDKError IMeetingAICompanionQueryHelper::CanChangeQuerySetting |
( |
bool & | bCan | ) |
|
|
pure virtual |
Determine whether the current user can change query setting.
- Parameters
-
bCan | True means that it can change the setting. Otherwise it can't change the setting. |
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise the function fails. To get extended error information, see SDKError enum.
◆ ChangeQuerySettings()
Change query setting.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise the function fails. To get extended error information, see SDKError enum.
◆ GetAICompanionQueryLegalNoticesExplained()
virtual const zchar_t * IMeetingAICompanionQueryHelper::GetAICompanionQueryLegalNoticesExplained |
( |
| ) |
|
|
pure virtual |
Get the AI Companion query legal notices explained.
- Returns
- If the function succeeds, it will return the AI Companion query legal notices explained. Otherwise the function fails and returns nullptr.
◆ GetAICompanionQueryLegalNoticesPrompt()
virtual const zchar_t * IMeetingAICompanionQueryHelper::GetAICompanionQueryLegalNoticesPrompt |
( |
| ) |
|
|
pure virtual |
Get the AI Companion query legal notices prompt.
- Returns
- If the function succeeds, it will return the AI Companion query legal notices prompt. Otherwise the function fails and returns nullptr.
◆ GetAICompanionQueryPrivacyLegalNoticesPrompt()
virtual const zchar_t * IMeetingAICompanionQueryHelper::GetAICompanionQueryPrivacyLegalNoticesPrompt |
( |
| ) |
|
|
pure virtual |
Get the AI Companion query privacy legal notices prompt.
- Returns
- If the function succeeds, it will return the AI Companion query privacy legal notices prompt. Otherwise the function fails and returns nullptr.
◆ GetSelectedQuerySetting()
Get the selected query setting.
- Returns
- If the function succeeds, it will return the selected query setting. Otherwise not.
◆ IsAICompanionQueryLegalNoticeAvailable()
virtual SDKError IMeetingAICompanionQueryHelper::IsAICompanionQueryLegalNoticeAvailable |
( |
bool & | bAvailable | ) |
|
|
pure virtual |
Determine whether the legal notice for the AI Companion query is available.
- Parameters
-
bAvailable | True indicates the legal notice for the AI Companion query is available. Otherwise the legal notice is not available. |
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise the function fails. To get extended error information, see SDKError enum.
◆ IsAICompanionQueryPrivacyLegalNoticeAvailable()
virtual SDKError IMeetingAICompanionQueryHelper::IsAICompanionQueryPrivacyLegalNoticeAvailable |
( |
bool & | bAvailable | ) |
|
|
pure virtual |
Determine whether the legal notice for the AI Companion query privacy is available.
- Parameters
-
bAvailable | True indicates the legal notice for the AI Companion query privacy is available. Otherwise the legal notice is not available. |
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise the function fails. To get extended error information, see SDKError enum.
◆ SetEvent()
Set the AI companion query callback event handler.
- Parameters
-