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