The handler to enable query action.
More...
#include <meeting_ai_companion_interface.h>
The handler to enable query action.
Definition at line 625 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 failed. For detailed error codes, see the 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 failed. For detailed error codes, see the SDKError enum.
◆ GetTipString()
virtual const zchar_t * IMeetingEnableQueryActionHandler::GetTipString |
( |
| ) |
|
|
pure virtual |
Get the tip string.
- Returns
- The string of tip.
◆ GetTipTitle()
virtual const zchar_t * IMeetingEnableQueryActionHandler::GetTipTitle |
( |
| ) |
|
|
pure virtual |
Get the title of the tip.
- Returns
- The title of tip.