public sealed class SubmitAnswerFeedbackRequest : IMessage<SubmitAnswerFeedbackRequest>, IEquatable<SubmitAnswerFeedbackRequest>, IDeepCloneable<SubmitAnswerFeedbackRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class SubmitAnswerFeedbackRequest.
The request to set the feedback for a bot answer.
Implements
IMessageSubmitAnswerFeedbackRequest, IEquatableSubmitAnswerFeedbackRequest, IDeepCloneableSubmitAnswerFeedbackRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
SubmitAnswerFeedbackRequest()
public SubmitAnswerFeedbackRequest()
SubmitAnswerFeedbackRequest(SubmitAnswerFeedbackRequest)
public SubmitAnswerFeedbackRequest(SubmitAnswerFeedbackRequest other)
Parameter | |
---|---|
Name | Description |
other | SubmitAnswerFeedbackRequest |
Properties
AnswerFeedback
public AnswerFeedback AnswerFeedback { get; set; }
Required. Feedback provided for a bot answer.
Property Value | |
---|---|
Type | Description |
AnswerFeedback |
ResponseId
public string ResponseId { get; set; }
Required. ID of the response to update its feedback. This is the same as DetectIntentResponse.response_id.
Property Value | |
---|---|
Type | Description |
string |
Session
public string Session { get; set; }
Required. The name of the session the feedback was sent to.
Property Value | |
---|---|
Type | Description |
string |
SessionAsSessionName
public SessionName SessionAsSessionName { get; set; }
SessionName-typed view over the Session resource name property.
Property Value | |
---|---|
Type | Description |
SessionName |
UpdateMask
public FieldMask UpdateMask { get; set; }
Optional. The mask to control which fields to update. If the mask is not present, all fields will be updated.
Property Value | |
---|---|
Type | Description |
FieldMask |