Show / Hide Table of Contents

Class GoogleCloudDialogflowV2AgentAssistantFeedbackSummarizationFeedback

Feedback for conversation summarization.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

StartTime

object representation of StartTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type Description
object

StartTimeDateTimeOffset

DateTimeOffset representation of StartTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StartTimeRaw

Timestamp when composing of the summary starts.

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

SubmitTime

object representation of SubmitTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SubmitTimeDateTimeOffset instead.")]
public virtual object SubmitTime { get; set; }
Property Value
Type Description
object

SubmitTimeDateTimeOffset

DateTimeOffset representation of SubmitTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? SubmitTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

SubmitTimeRaw

Timestamp when the summary was submitted.

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

SummaryText

Text of actual submitted summary.

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

TextSections

Optional. Actual text sections of submitted summary.

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