BVQuestionSubmission Class Reference

Inherits from BVBaseUGCSubmission
Conforms to *
BVSubmittedQuestion
Declared in BVQuestionSubmission.h

Overview

Class to use to submit a question to the Bazaarvoice platform.

Of the many parameters possible on a BVQuestionSubmission, 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/questions/submit/5_4

@availability 4.1.0 and later

– initWithProductId:

Create a new BVQuestionSubmission.

- (nonnull instancetype)initWithProductId:(nonnull NSString *)productId

Parameters

productId

The product ID that this question refers to.

Declared In

BVQuestionSubmission.h

– __unavailable

- (nonnull instancetype)__unavailable

  questionSummary

@property (nullable) NSString *questionSummary

  questionDetails

@property (nullable) NSString *questionDetails

  isUserAnonymous

@property (nullable) NSNumber *isUserAnonymous

  sendEmailAlertWhenAnswered

@property (nullable) NSNumber *sendEmailAlertWhenAnswered

  productId

@property (nonnull, readonly) NSString *productId