|
Meeting SDK for macOS API Reference
|
Represents a query item including question, answer, and error information for AI Companion. More...
#include <ZoomSDKAICompanionQueryHelper.h>
Inherits NSObject.
Instance Methods | |
| (ZoomSDKError) | - feedback: |
| Send feedback of query answer. | |
Properties | |
| NSString * | qustionContent |
| Get the query question content. | |
| NSString * | queryID |
| Get the query question ID. | |
| NSString * | answerContent |
| Get the query answer content. | |
| ZoomSDKAICompanionQueryRequestError | errorCode |
| Get the error code. | |
| NSString * | errorMsg |
| Get the error message. | |
| time_t | timestamp |
| Get the timestamp. | |
Represents a query item including question, answer, and error information for AI Companion.
Definition at line 74 of file ZoomSDKAICompanionQueryHelper.h.
| - (ZoomSDKError) feedback: | (ZoomSDKAICompanionQueryFeedbackType) | feedbackType |
Send feedback of query answer.
| feedbackType | The feedback type. |
|
readnonatomiccopy |
Get the query answer content.
Definition at line 87 of file ZoomSDKAICompanionQueryHelper.h.
|
readnonatomicassign |
Get the error code.
Definition at line 92 of file ZoomSDKAICompanionQueryHelper.h.
|
readnonatomiccopy |
Get the error message.
Definition at line 97 of file ZoomSDKAICompanionQueryHelper.h.
|
readnonatomiccopy |
Get the query question ID.
Definition at line 82 of file ZoomSDKAICompanionQueryHelper.h.
|
readnonatomiccopy |
Get the query question content.
Definition at line 78 of file ZoomSDKAICompanionQueryHelper.h.
|
readnonatomicassign |
Get the timestamp.
Definition at line 102 of file ZoomSDKAICompanionQueryHelper.h.