Interface to send query.
More...
#include <meeting_ai_companion_interface.h>
Interface to send query.
Definition at line 457 of file meeting_ai_companion_interface.h.
◆ ~IMeetingSendQueryHandler()
virtual IMeetingSendQueryHandler::~IMeetingSendQueryHandler |
( |
| ) |
|
|
inlinevirtual |
◆ CanSendQuery()
virtual bool IMeetingSendQueryHandler::CanSendQuery |
( |
| ) |
|
|
pure virtual |
Determine if the current user can send query.
- Returns
- True means can, otherwise not.
◆ GetDefaultQueryQuestions()
virtual IList< const zchar_t * > * IMeetingSendQueryHandler::GetDefaultQueryQuestions |
( |
| ) |
|
|
pure virtual |
Get default query questions.
- Returns
- If the function succeeds, it returns the array of questions. Otherwise the function fails and returns nothing.
◆ RequestSendQueryPrivilege()
virtual SDKError IMeetingSendQueryHandler::RequestSendQueryPrivilege |
( |
| ) |
|
|
pure virtual |
Request send query privilege.
- Returns
- If the function succeeds, it returns ZoomSDKError_Success Otherwise the function fails.
◆ SendQueryQuestion()
virtual SDKError IMeetingSendQueryHandler::SendQueryQuestion |
( |
const zchar_t * | sQuestion | ) |
|
|
pure virtual |
Send query question.
- Parameters
-
question | The query question. |
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise the function fails. To get extended error information, see SDKError enum.
◆ StopMeetingQuery()
virtual SDKError IMeetingSendQueryHandler::StopMeetingQuery |
( |
| ) |
|
|
pure virtual |
Stop meeting query.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise the function fails. To get extended error information, see SDKError enum.