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

Detailed Description

Represents a query item including question, answer, and error information for AI Companion.

Definition at line 74 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 87 of file ZoomSDKAICompanionQueryHelper.h.

◆ errorCode

- (ZoomSDKAICompanionQueryRequestError) errorCode
readnonatomicassign

Get the error code.

Definition at line 92 of file ZoomSDKAICompanionQueryHelper.h.

◆ errorMsg

- (NSString*) errorMsg
readnonatomiccopy

Get the error message.

Definition at line 97 of file ZoomSDKAICompanionQueryHelper.h.

◆ queryID

- (NSString*) queryID
readnonatomiccopy

Get the query question ID.

Definition at line 82 of file ZoomSDKAICompanionQueryHelper.h.

◆ qustionContent

- (NSString*) qustionContent
readnonatomiccopy

Get the query question content.

Definition at line 78 of file ZoomSDKAICompanionQueryHelper.h.

◆ timestamp

- (time_t) timestamp
readnonatomicassign

Get the timestamp.

Definition at line 102 of file ZoomSDKAICompanionQueryHelper.h.