Dialogflow v3 API - Class CompareVersionsResponse (2.17.0)

public sealed class CompareVersionsResponse : IMessage<CompareVersionsResponse>, IEquatable<CompareVersionsResponse>, IDeepCloneable<CompareVersionsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class CompareVersionsResponse.

The response message for [Versions.CompareVersions][google.cloud.dialogflow.cx.v3.Versions.CompareVersions].

Inheritance

object > CompareVersionsResponse

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

CompareVersionsResponse()

public CompareVersionsResponse()

CompareVersionsResponse(CompareVersionsResponse)

public CompareVersionsResponse(CompareVersionsResponse other)
Parameter
Name Description
other CompareVersionsResponse

Properties

BaseVersionContentJson

public string BaseVersionContentJson { get; set; }

JSON representation of the base version content.

Property Value
Type Description
string

CompareTime

public Timestamp CompareTime { get; set; }

The timestamp when the two version compares.

Property Value
Type Description
Timestamp

TargetVersionContentJson

public string TargetVersionContentJson { get; set; }

JSON representation of the target version content.

Property Value
Type Description
string

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.