The handler to confirm enabling smart summary.
More...
#include <meeting_ai_companion_interface.h>
The handler to confirm enabling smart summary.
Definition at line 109 of file meeting_ai_companion_interface.h.
◆ ~IMeetingEnableSmartSummaryActionHandler()
virtual IMeetingEnableSmartSummaryActionHandler::~IMeetingEnableSmartSummaryActionHandler |
( |
| ) |
|
|
inlinevirtual |
◆ Cancel()
virtual SDKError IMeetingEnableSmartSummaryActionHandler::Cancel |
( |
| ) |
|
|
pure virtual |
Cancel enabling smart summary.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. To get extended error information, see SDKError enum.
◆ Confirm()
virtual SDKError IMeetingEnableSmartSummaryActionHandler::Confirm |
( |
| ) |
|
|
pure virtual |
Confirm enabling smart summary.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. To get extended error information, see SDKError enum.
◆ GetTipString()
virtual const zchar_t * IMeetingEnableSmartSummaryActionHandler::GetTipString |
( |
| ) |
|
|
pure virtual |
Get the string of tip.
- Returns
- The string of tip.
◆ GetTipTitle()
virtual const zchar_t * IMeetingEnableSmartSummaryActionHandler::GetTipTitle |
( |
| ) |
|
|
pure virtual |
Get the title of tip.
- Returns
- The title of tip.