Show / Hide Table of Contents

Class GoogleCloudDialogflowV2Message

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

Properties

Content

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

CreateTime

object representation of CreateTimeRaw.

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

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

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

CreateTimeRaw

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

LanguageCode

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

MessageAnnotation

Declaration
[JsonProperty("messageAnnotation")]
public virtual GoogleCloudDialogflowV2MessageAnnotation MessageAnnotation { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2MessageAnnotation

Name

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

Participant

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

ParticipantRole

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

SendTime

object representation of SendTimeRaw.

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

SendTimeDateTimeOffset

DateTimeOffset representation of SendTimeRaw.

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

SendTimeRaw

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

SentimentAnalysis

Declaration
[JsonProperty("sentimentAnalysis")]
public virtual GoogleCloudDialogflowV2SentimentAnalysisResult SentimentAnalysis { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2SentimentAnalysisResult

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX