Class GoogleCloudDialogflowV2beta1SummarizationSection
Inheritance
GoogleCloudDialogflowV2beta1SummarizationSection
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1SummarizationSection : IDirectResponseSchema
Properties
Definition
Declaration
[JsonProperty("definition")]
public virtual string Definition { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Key
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Implements