Meeting SDK for iOS API 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. | |
Represents a query item including question, answer, and error information for AI Companion.
Definition at line 71 of file MobileRTCAICQueryHelper.h.
- (MobileRTCSDKError) feedback: | (MobileRTCAICompanionQueryFeedbackType) | feedbackType |
Send feedback of query answer.
feedbackType | The feedback type. |
|
readnonatomiccopy |
Get the query answer content.
Definition at line 84 of file MobileRTCAICQueryHelper.h.
|
readnonatomicassign |
Get the error code.
Definition at line 89 of file MobileRTCAICQueryHelper.h.
|
readnonatomiccopy |
Get the error message.
Definition at line 94 of file MobileRTCAICQueryHelper.h.
|
readnonatomiccopy |
Get the query question ID.
Definition at line 79 of file MobileRTCAICQueryHelper.h.
|
readnonatomiccopy |
Get the query question content.
Definition at line 75 of file MobileRTCAICQueryHelper.h.
|
readnonatomicstrong |
Get the timestamp.
Definition at line 99 of file MobileRTCAICQueryHelper.h.