Interface to enable query action.
More...
#include <meeting_ai_companion_interface.h>
Interface to enable query action.
Definition at line 489 of file meeting_ai_companion_interface.h.
◆ ~IMeetingEnableQueryActionHandler()
virtual IMeetingEnableQueryActionHandler::~IMeetingEnableQueryActionHandler |
( |
| ) |
|
|
inlinevirtual |
◆ Cancel()
virtual SDKError IMeetingEnableQueryActionHandler::Cancel |
( |
| ) |
|
|
pure virtual |
Cancel enable query. The object will be deleted after this interface call.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise the function fails. To get extended error information, see SDKError enum.
◆ Confirm()
virtual SDKError IMeetingEnableQueryActionHandler::Confirm |
( |
| ) |
|
|
pure virtual |
Confirm enable query. The object will be deleted after this interface call.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise the function fails. To get extended error information, see SDKError enum.
◆ GetTipString()
virtual const zchar_t * IMeetingEnableQueryActionHandler::GetTipString |
( |
| ) |
|
|
pure virtual |
◆ GetTipTitle()
virtual const zchar_t * IMeetingEnableQueryActionHandler::GetTipTitle |
( |
| ) |
|
|
pure virtual |
Get the title of the tip.