Class GoogleCloudDialogflowV2SummarySuggestion
Inheritance
GoogleCloudDialogflowV2SummarySuggestion
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SummarySuggestion : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
SummarySections
Declaration
[JsonProperty("summarySections")]
public virtual IList<GoogleCloudDialogflowV2SummarySuggestionSummarySection> SummarySections { get; set; }
Property Value
Implements