Show / Hide Table of Contents

Class GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeAssistFeedback

Feedback for knowledge assist.

Inheritance
object
GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeAssistFeedback
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX