Class GoogleCloudDialogflowV2beta1SummarizationSection
Represents the section of summarization.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1SummarizationSection : IDirectResponseSchema
Properties
Definition
Optional. Definition of the section, for example, "what the customer needs help with or has question about."
Declaration
[JsonProperty("definition")]
public virtual string Definition { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Key
Optional. Name of the section, for example, "situation".
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Optional. Type of the summarization section.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |