Class GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponseSummary
Generated summary for a conversation.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponseSummary : IDirectResponseSchema
Properties
BaselineModelVersion
The baseline model version used to generate this summary. It is empty if a baseline model was not used to generate this summary.
Declaration
[JsonProperty("baselineModelVersion")]
public virtual string BaselineModelVersion { 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 |
Text
The summary content that is concatenated into one string.
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Type | Description |
---|---|
string |
TextSections
The summary content that is divided into sections. The key is the section's name and the value is the section's content. There is no specific format for the key or value.
Declaration
[JsonProperty("textSections")]
public virtual IDictionary<string, string> TextSections { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |