Show / Hide Table of Contents

Class GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummary

Generated summary for a conversation.

Inheritance
object
GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummary
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 GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummary : IDirectResponseSchema

Properties

AnswerRecord

The name of the answer record. Format: "projects//answerRecords/"

Declaration
[JsonProperty("answerRecord")]
public virtual string AnswerRecord { get; set; }
Property Value
Type Description
string

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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX