Dialogflow v3 API - Class CompareVersionsRequest (2.17.0)

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

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

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/<Project ID>/locations/<Location ID>/agents/ <Agent ID>/flows/<Flow ID>/versions/<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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<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