The handler to send query.
More...
#include <meeting_ai_companion_interface.h>
The handler to send query.
Definition at line 602 of file meeting_ai_companion_interface.h.
◆ ~IMeetingSendQueryHandler()
| virtual IMeetingSendQueryHandler::~IMeetingSendQueryHandler |
( |
| ) |
|
|
inlinevirtual |
◆ CanSendQuery()
| virtual bool IMeetingSendQueryHandler::CanSendQuery |
( |
| ) |
|
|
pure virtual |
Determines if the current user can send query.
- Returns
- true if the current user can send query. Otherwise, false.
◆ GetDefaultQueryQuestions()
| virtual IList< const zchar_t * > * IMeetingSendQueryHandler::GetDefaultQueryQuestions |
( |
| ) |
|
|
pure virtual |
Gets default query questions.
- Returns
- If the function succeeds, it returns the array of questions. Otherwise, this function fails and returns nullptr.
◆ RequestSendQueryPrivilege()
| virtual SDKError IMeetingSendQueryHandler::RequestSendQueryPrivilege |
( |
| ) |
|
|
pure virtual |
Request send query privilege.
- Returns
- If the function succeeds, it returns ZoomSDKError_Success Otherwise, this function returns an error.
◆ SendQueryQuestion()
| virtual SDKError IMeetingSendQueryHandler::SendQueryQuestion |
( |
const zchar_t * | sQuestion | ) |
|
|
pure virtual |
Sends query question.
- Parameters
-
| question | The query question. |
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ StopMeetingQuery()
| virtual SDKError IMeetingSendQueryHandler::StopMeetingQuery |
( |
| ) |
|
|
pure virtual |
Stops meeting query.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.