Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3CompareVersionsResponse

The response message for Versions.CompareVersions.

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

Properties

BaseVersionContentJson

JSON representation of the base version content.

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

CompareTime

object representation of CompareTimeRaw.

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

CompareTimeDateTimeOffset

DateTimeOffset representation of CompareTimeRaw.

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

CompareTimeRaw

The timestamp when the two version compares.

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

TargetVersionContentJson

JSON representation of the target version content.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX