Class GoogleCloudDialogflowV2DialogflowAssistAnswer
Inheritance
GoogleCloudDialogflowV2DialogflowAssistAnswer
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2DialogflowAssistAnswer : IDirectResponseSchema
Properties
AnswerRecord
Declaration
[JsonProperty("answerRecord")]
public virtual string AnswerRecord { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
IntentSuggestion
Declaration
[JsonProperty("intentSuggestion")]
public virtual GoogleCloudDialogflowV2IntentSuggestion IntentSuggestion { get; set; }
Property Value
QueryResult
Declaration
[JsonProperty("queryResult")]
public virtual GoogleCloudDialogflowV2QueryResult QueryResult { get; set; }
Property Value
Implements