Class GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeSearchFeedback
Inheritance
GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeSearchFeedback
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeSearchFeedback : IDirectResponseSchema
Properties
AnswerCopied
Declaration
[JsonProperty("answerCopied")]
public virtual bool? AnswerCopied { get; set; }
Property Value
ClickedUris
Declaration
[JsonProperty("clickedUris")]
public virtual IList<string> ClickedUris { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Implements