Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKAICompanionQueryItem Class 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.
 

Detailed Description

Definition at line 63 of file ZoomSDKAICompanionQueryHelper.h.

Method Documentation

◆ feedback:

- (ZoomSDKError) feedback: (ZoomSDKAICompanionQueryFeedbackType) feedbackType

Send feedback of query answer.

Parameters
feedbackTypeThe feedback type.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise the function fails.

Property Documentation

◆ answerContent

- (NSString*) answerContent
readnonatomiccopy

Get the query answer content.

Definition at line 76 of file ZoomSDKAICompanionQueryHelper.h.

◆ errorCode

- (ZoomSDKAICompanionQueryRequestError) errorCode
readnonatomicassign

Get the error code.

Definition at line 81 of file ZoomSDKAICompanionQueryHelper.h.

◆ errorMsg

- (NSString*) errorMsg
readnonatomiccopy

Get the error message.

Definition at line 86 of file ZoomSDKAICompanionQueryHelper.h.

◆ queryID

- (NSString*) queryID
readnonatomiccopy

Get the query question ID.

Definition at line 71 of file ZoomSDKAICompanionQueryHelper.h.

◆ qustionContent

- (NSString*) qustionContent
readnonatomiccopy

Get the query question content.

Definition at line 67 of file ZoomSDKAICompanionQueryHelper.h.

◆ timestamp

- (time_t) timestamp
readnonatomicassign

Get the timestamp.

Definition at line 91 of file ZoomSDKAICompanionQueryHelper.h.