AddFeedbackRequest Class

The request message containing a question, its feedback, and type of feedback

Definition

Namespace: SuperBuilderWinService
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public sealed class AddFeedbackRequest : IMessage<AddFeedbackRequest>, 
	IMessage, IEquatable<AddFeedbackRequest>, IDeepCloneable<AddFeedbackRequest>, 
	IBufferMessage
Inheritance
Object    AddFeedbackRequest
Implements
IBufferMessage, IDeepCloneableAddFeedbackRequest, IMessage, IMessageAddFeedbackRequest, IEquatableAddFeedbackRequest

Constructors

AddFeedbackRequestInitializes a new instance of the AddFeedbackRequest class
AddFeedbackRequest(AddFeedbackRequest)Initializes a new instance of the AddFeedbackRequest class

Properties

Answer The response returned for the given question
Descriptor 
Feedback Any user feedback based on the response returned
FeedbackType negative feedback: 'feedback-thumbs-down', positive feedback: 'feedback-thumbs-up'
HasAnswerGets whether the "answer" field is set
Parser 
Question The original query the user sent in

Methods

Fields

AnswerFieldNumberField number for the "answer" field.
FeedbackFieldNumberField number for the "feedback" field.
FeedbackTypeFieldNumberField number for the "feedbackType" field.
QuestionFieldNumberField number for the "question" field.

See Also