Class GoogleCloudDialogflowV2AnswerRecord
Inheritance
GoogleCloudDialogflowV2AnswerRecord
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2AnswerRecord : IDirectResponseSchema
Properties
AgentAssistantRecord
Declaration
[JsonProperty("agentAssistantRecord")]
public virtual GoogleCloudDialogflowV2AgentAssistantRecord AgentAssistantRecord { get; set; }
Property Value
AnswerFeedback
Declaration
[JsonProperty("answerFeedback")]
public virtual GoogleCloudDialogflowV2AnswerFeedback 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