Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCAICompanionQueryItem Class Reference

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

#include <MobileRTCAICQueryHelper.h>

Inherits NSObject.

Instance Methods

(MobileRTCSDKError- 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.
 
MobileRTCAICompanionQueryRequestError errorCode
 Get the error code.
 
NSString * errorMsg
 Get the error message.
 
NSDate * timestamp
 Get the timestamp.
 

Detailed Description

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

Definition at line 68 of file MobileRTCAICQueryHelper.h.

Method Documentation

◆ feedback:

Send feedback of query answer.

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

Property Documentation

◆ answerContent

- (NSString*) answerContent
readnonatomiccopy

Get the query answer content.

Definition at line 81 of file MobileRTCAICQueryHelper.h.

◆ errorCode

- (MobileRTCAICompanionQueryRequestError) errorCode
readnonatomicassign

Get the error code.

Definition at line 86 of file MobileRTCAICQueryHelper.h.

◆ errorMsg

- (NSString*) errorMsg
readnonatomiccopy

Get the error message.

Definition at line 91 of file MobileRTCAICQueryHelper.h.

◆ queryID

- (NSString*) queryID
readnonatomiccopy

Get the query question ID.

Definition at line 76 of file MobileRTCAICQueryHelper.h.

◆ qustionContent

- (NSString*) qustionContent
readnonatomiccopy

Get the query question content.

Definition at line 72 of file MobileRTCAICQueryHelper.h.

◆ timestamp

- (NSDate*) timestamp
readnonatomicstrong

Get the timestamp.

Definition at line 96 of file MobileRTCAICQueryHelper.h.