Meeting SDK for macOS API Reference
|
#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. | |
Definition at line 63 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 76 of file ZoomSDKAICompanionQueryHelper.h.
|
readnonatomicassign |
Get the error code.
Definition at line 81 of file ZoomSDKAICompanionQueryHelper.h.
|
readnonatomiccopy |
Get the error message.
Definition at line 86 of file ZoomSDKAICompanionQueryHelper.h.
|
readnonatomiccopy |
Get the query question ID.
Definition at line 71 of file ZoomSDKAICompanionQueryHelper.h.
|
readnonatomiccopy |
Get the query question content.
Definition at line 67 of file ZoomSDKAICompanionQueryHelper.h.
|
readnonatomicassign |
Get the timestamp.
Definition at line 91 of file ZoomSDKAICompanionQueryHelper.h.