Class GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummary
Inheritance
GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummary
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummary : IDirectResponseSchema
Properties
AnswerRecord
Declaration
[JsonProperty("answerRecord")]
public virtual string AnswerRecord { get; set; }
Property Value
BaselineModelVersion
Declaration
[JsonProperty("baselineModelVersion")]
public virtual string BaselineModelVersion { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
SortedTextSections
Declaration
[JsonProperty("sortedTextSections")]
public virtual IList<GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummarySummarySection> SortedTextSections { get; set; }
Property Value
Text
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
TextSections
Declaration
[JsonProperty("textSections")]
public virtual IDictionary<string, string> TextSections { get; set; }
Property Value
Implements