Show / Hide Table of Contents

Class GoogleCloudDialogflowV2SummarizationSection

Represents the section of summarization.

Inheritance
object
GoogleCloudDialogflowV2SummarizationSection
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SummarizationSection : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX