public sealed class SuggestConversationSummaryResponse.Types.Summary : IMessage<SuggestConversationSummaryResponse.Types.Summary>, IEquatable<SuggestConversationSummaryResponse.Types.Summary>, IDeepCloneable<SuggestConversationSummaryResponse.Types.Summary>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class SuggestConversationSummaryResponse.Types.Summary.
The name of the answer record. Format:
"projects/<Project ID>/answerRecords/<Answer Record ID>"
Property Value
Type
Description
string
Text
public string Text { get; set; }
The summary content that is concatenated into one string.
Property Value
Type
Description
string
TextSections
public MapField<string, string> TextSections { get; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `SuggestConversationSummaryResponse.Types.Summary` class within the Google Cloud Dialogflow v2 API."],["The `SuggestConversationSummaryResponse.Types.Summary` class represents a generated summary for a conversation and is part of the Google.Cloud.Dialogflow.V2 namespace."],["The latest version of the API is 4.26.0, and the document lists versions from 4.26.0 down to 3.2.0, all of which are linked to their respective reference documentation."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality for message handling, equality comparison, deep cloning, and buffering."],["Key properties of the `Summary` class include `AnswerRecord`, `Text`, and `TextSections`, allowing for retrieval of the answer record name, the summarized text, and a map of text sections within the summary."]]],[]]