Google Cloud Dialogflow v2 API - Class AgentAssistantFeedback.Types.SummarizationFeedback (4.18.0)

public sealed class AgentAssistantFeedback.Types.SummarizationFeedback : IMessage<AgentAssistantFeedback.Types.SummarizationFeedback>, IEquatable<AgentAssistantFeedback.Types.SummarizationFeedback>, IDeepCloneable<AgentAssistantFeedback.Types.SummarizationFeedback>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class AgentAssistantFeedback.Types.SummarizationFeedback.

Feedback for conversation summarization.

Inheritance

object > AgentAssistantFeedback.Types.SummarizationFeedback

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

SummarizationFeedback()

public SummarizationFeedback()

SummarizationFeedback(SummarizationFeedback)

public SummarizationFeedback(AgentAssistantFeedback.Types.SummarizationFeedback other)
Parameter
NameDescription
otherAgentAssistantFeedbackTypesSummarizationFeedback

Properties

StartTime

public Timestamp StartTime { get; set; }

Timestamp when composing of the summary starts.

Property Value
TypeDescription
Timestamp

SubmitTime

public Timestamp SubmitTime { get; set; }

Timestamp when the summary was submitted.

Property Value
TypeDescription
Timestamp

SummaryText

public string SummaryText { get; set; }

Text of actual submitted summary.

Property Value
TypeDescription
string

TextSections

public MapField<string, string> TextSections { get; }

Optional. Actual text sections of submitted summary.

Property Value
TypeDescription
MapFieldstringstring