Properties associated with Review event

interface ReviewEventProperties {
    eventOperation?: ReviewEventOperation;
    isAdminReply?: boolean;
    isIgnored?: boolean;
    rating?: number;
    replyDate?: Date;
    replyText?: string;
    replyUserId?: string;
    resourceType?: ReviewResourceType;
    reviewDate?: Date;
    reviewId?: number;
    reviewText?: string;
    userDisplayName?: string;
    userId?: string;
}

Properties

eventOperation?: ReviewEventOperation

Operation performed on Event - Create\Update

isAdminReply?: boolean

Flag to see if reply is admin reply

isIgnored?: boolean

Flag to record if the review is ignored

rating?: number

Rating at the time of event

replyDate?: Date

Reply update date

replyText?: string

Publisher reply text or admin reply text

replyUserId?: string

User who responded to the review

resourceType?: ReviewResourceType

Review Event Type - Review

reviewDate?: Date

Review update date

reviewId?: number

ReviewId of the review on which the operation is performed

reviewText?: string

Text in Review Text

userDisplayName?: string

User display name at the time of review

userId?: string

User who gave review