Class GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeAssistFeedback
Feedback for knowledge assist.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeAssistFeedback : IDirectResponseSchema
Properties
AnswerCopied
Whether the suggested answer was copied by the human agent. If the value is set to be true, AnswerFeedback.clicked will be updated to be true.
Declaration
[JsonProperty("answerCopied")]
public virtual bool? AnswerCopied { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ClickedUris
The URIs clicked by the human agent. The value is appended for each UpdateAnswerRecordRequest. If the value is not empty, AnswerFeedback.clicked will be updated to be true.
Declaration
[JsonProperty("clickedUris")]
public virtual IList<string> ClickedUris { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |