Interface to get AI companion query item information.
More...
#include <meeting_ai_companion_interface.h>
Interface to get AI companion query item information.
Definition at line 349 of file meeting_ai_companion_interface.h.
◆ ~IMeetingAICompanionQueryItem()
virtual IMeetingAICompanionQueryItem::~IMeetingAICompanionQueryItem |
( |
| ) |
|
|
inlinevirtual |
◆ Feedback()
Send feedback of query answer.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise the function fails. To get extended error information, see SDKError enum.
◆ GetAnswerContent()
virtual const zchar_t * IMeetingAICompanionQueryItem::GetAnswerContent |
( |
| ) |
|
|
pure virtual |
Get the query answer content.
◆ GetErrorCode()
◆ GetErrorMsg()
virtual const zchar_t * IMeetingAICompanionQueryItem::GetErrorMsg |
( |
| ) |
|
|
pure virtual |
◆ GetQueryID()
virtual const zchar_t * IMeetingAICompanionQueryItem::GetQueryID |
( |
| ) |
|
|
pure virtual |
Get the query question ID.
◆ GetQustionContent()
virtual const zchar_t * IMeetingAICompanionQueryItem::GetQustionContent |
( |
| ) |
|
|
pure virtual |
Get the query question content.
◆ GetTimeStamp()
virtual time_t IMeetingAICompanionQueryItem::GetTimeStamp |
( |
| ) |
|
|
pure virtual |