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:
 Sends feedback of query answer.
 

Properties

NSString * qustionContent
 Gets the query question content.
 
NSString * queryID
 Gets the query question ID.
 
NSString * answerContent
 Gets the query answer content.
 
MobileRTCAICompanionQueryRequestError errorCode
 Gets the error code.
 
NSString * errorMsg
 Gets the error message.
 
NSDate * timestamp
 Gets 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:

Sends feedback of query answer.

Parameters
feedbackTypeThe feedback type.
Returns
If the function succeeds, it returns MobileRTCSDKError_Success. Otherwise, this function returns an error.

Property Documentation

◆ answerContent

- (NSString*) answerContent
readnonatomiccopy

Gets the query answer content.

Definition at line 81 of file MobileRTCAICQueryHelper.h.

◆ errorCode

- (MobileRTCAICompanionQueryRequestError) errorCode
readnonatomicassign

Gets the error code.

Definition at line 86 of file MobileRTCAICQueryHelper.h.

◆ errorMsg

- (NSString*) errorMsg
readnonatomiccopy

Gets the error message.

Definition at line 91 of file MobileRTCAICQueryHelper.h.

◆ queryID

- (NSString*) queryID
readnonatomiccopy

Gets the query question ID.

Definition at line 76 of file MobileRTCAICQueryHelper.h.

◆ qustionContent

- (NSString*) qustionContent
readnonatomiccopy

Gets the query question content.

Definition at line 72 of file MobileRTCAICQueryHelper.h.

◆ timestamp

- (NSDate*) timestamp
readnonatomicstrong

Gets the timestamp.

Definition at line 96 of file MobileRTCAICQueryHelper.h.