Class GoogleCloudDialogflowV2beta1AnswerRecord
Inheritance
GoogleCloudDialogflowV2beta1AnswerRecord
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1AnswerRecord : IDirectResponseSchema
Properties
AgentAssistantRecord
Declaration
[JsonProperty("agentAssistantRecord")]
public virtual GoogleCloudDialogflowV2beta1AgentAssistantRecord AgentAssistantRecord { get; set; }
Property Value
AnswerFeedback
Declaration
[JsonProperty("answerFeedback")]
public virtual GoogleCloudDialogflowV2beta1AnswerFeedback AnswerFeedback { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Implements