Class CompareVersionsRequest (1.13.0)

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

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

Inheritance

Object > CompareVersionsRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

CompareVersionsRequest()

public CompareVersionsRequest()

CompareVersionsRequest(CompareVersionsRequest)

public CompareVersionsRequest(CompareVersionsRequest other)
Parameter
NameDescription
otherCompareVersionsRequest

Properties

BaseVersion

public string BaseVersion { get; set; }

Required. Name of the base flow version to compare with the target version. Use version ID 0 to indicate the draft version of the specified flow.

Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/ &lt;Agent ID>/flows/&lt;Flow ID>/versions/&lt;Version ID>.

Property Value
TypeDescription
String

BaseVersionAsVersionName

public VersionName BaseVersionAsVersionName { get; set; }

VersionName-typed view over the BaseVersion resource name property.

Property Value
TypeDescription
VersionName

LanguageCode

public string LanguageCode { get; set; }

The language to compare the flow versions for.

If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

Property Value
TypeDescription
String

TargetVersion

public string TargetVersion { get; set; }

Required. Name of the target flow version to compare with the base version. Use version ID 0 to indicate the draft version of the specified flow. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>/flows/&lt;Flow ID>/versions/&lt;Version ID>.

Property Value
TypeDescription
String

TargetVersionAsVersionName

public VersionName TargetVersionAsVersionName { get; set; }

VersionName-typed view over the TargetVersion resource name property.

Property Value
TypeDescription
VersionName