The handler to send query.
More...
#include <meeting_ai_companion_interface.h>
The handler to send query.
Definition at line 585 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 returns nullptr.
◆ RequestSendQueryPrivilege()
virtual SDKError IMeetingSendQueryHandler::RequestSendQueryPrivilege |
( |
| ) |
|
|
pure virtual |
Request send query privilege.
- Returns
- If the function succeeds, it returns ZoomSDKError_Success Otherwise failed. For detailed error codes, see the SDKError enum.
◆ 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 failed. For detailed error codes, see the SDKError enum.
◆ StopMeetingQuery()
virtual SDKError IMeetingSendQueryHandler::StopMeetingQuery |
( |
| ) |
|
|
pure virtual |
Stop meeting query.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. For detailed error codes, see the SDKError enum.