Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback

Feedback for conversation summarization.

Inheritance
object
GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback
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.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

StartTimestamp

object representation of StartTimestampRaw.

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

StartTimestampDateTimeOffset

DateTimeOffset representation of StartTimestampRaw.

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

StartTimestampRaw

Timestamp when composing of the summary starts.

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

SubmitTimestamp

object representation of SubmitTimestampRaw.

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

SubmitTimestampDateTimeOffset

DateTimeOffset representation of SubmitTimestampRaw.

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

SubmitTimestampRaw

Timestamp when the summary was submitted.

Declaration
[JsonProperty("submitTimestamp")]
public virtual string SubmitTimestampRaw { 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