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