AddFeedbackResponse Class

The response message containing the feedback + question + feedback type

Definition

Namespace: SuperBuilderWinService.ProvidersImpl
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public sealed class AddFeedbackResponse : IMessage<AddFeedbackResponse>, 
	IMessage, IEquatable<AddFeedbackResponse>, IDeepCloneable<AddFeedbackResponse>, 
	IBufferMessage
Inheritance
Object    AddFeedbackResponse
Implements
IBufferMessage, IDeepCloneableAddFeedbackResponse, IMessage, IMessageAddFeedbackResponse, IEquatableAddFeedbackResponse

Constructors

AddFeedbackResponseInitializes a new instance of the AddFeedbackResponse class
AddFeedbackResponse(AddFeedbackResponse)Initializes a new instance of the AddFeedbackResponse class

Properties

Descriptor 
Message Returns status response if successful
Parser 

Methods

Fields

MessageFieldNumberField number for the "message" field.

See Also