|
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 68 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 81 of file MobileRTCAICQueryHelper.h.
|
readnonatomicassign |
Get the error code.
Definition at line 86 of file MobileRTCAICQueryHelper.h.
|
readnonatomiccopy |
Get the error message.
Definition at line 91 of file MobileRTCAICQueryHelper.h.
|
readnonatomiccopy |
Get the query question ID.
Definition at line 76 of file MobileRTCAICQueryHelper.h.
|
readnonatomiccopy |
Get the query question content.
Definition at line 72 of file MobileRTCAICQueryHelper.h.
|
readnonatomicstrong |
Get the timestamp.
Definition at line 96 of file MobileRTCAICQueryHelper.h.