BVAnswerSubmission Class Reference
Inherits from | BVBaseUGCSubmission |
---|---|
Conforms to | * BVSubmittedAnswer |
Declared in | BVAnswerSubmission.h |
Overview
Class to use to submit an answer to the Bazaarvoice platform.
Of the many parameters possible on a BVAnswerSubmission, the ones needed for submission depend on your specific implementation.
For a description of possible fields see our API documentation at: https://developer.bazaarvoice.com/docs/read/conversations/answers/submit/5_4
@availability 4.1.0 and later
– initWithQuestionId:answerText:
Create a new BVAnswerSubmission.
- (nonnull instancetype)initWithQuestionId:(nonnull NSString *)questionId answerText:(nonnull NSString *)answerText
Parameters
questionId |
The ID of the question that this answer is associated with. |
---|---|
answerText |
The answer text that the user input. |
Declared In
BVAnswerSubmission.h