Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
IMeetingEnableQueryActionHandler Class Referenceabstract

The handler to enable query action. More...

#include <meeting_ai_companion_interface.h>

Public Member Functions

virtual ~IMeetingEnableQueryActionHandler ()
 
virtual const zchar_tGetTipTitle ()=0
 Get the title of the tip.
 
virtual const zchar_tGetTipString ()=0
 Get the tip string.
 
virtual SDKError Confirm ()=0
 Confirm enable query. The object will be deleted after this interface call.
 
virtual SDKError Cancel ()=0
 Cancel enable query. The object will be deleted after this interface call.
 

Detailed Description

The handler to enable query action.

Definition at line 625 of file meeting_ai_companion_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingEnableQueryActionHandler()

virtual IMeetingEnableQueryActionHandler::~IMeetingEnableQueryActionHandler ( )
inlinevirtual

Definition at line 628 of file meeting_ai_companion_interface.h.

628{}

Member Function Documentation

◆ 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.