public sealed class CompareVersionsRequest : IMessage<CompareVersionsRequest>, IEquatable<CompareVersionsRequest>, IDeepCloneable<CompareVersionsRequest>, IBufferMessage, IMessageThe request message for [Versions.CompareVersions][google.cloud.dialogflow.cx.v3.Versions.CompareVersions].
Implements
IMessage<CompareVersionsRequest>, IEquatable<CompareVersionsRequest>, IDeepCloneable<CompareVersionsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
CompareVersionsRequest()
public CompareVersionsRequest()CompareVersionsRequest(CompareVersionsRequest)
public CompareVersionsRequest(CompareVersionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CompareVersionsRequest |
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 | |
|---|---|
| Type | Description |
String |
|
BaseVersionAsVersionName
public VersionName BaseVersionAsVersionName { get; set; }VersionName-typed view over the BaseVersion resource name property.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
|
TargetVersionAsVersionName
public VersionName TargetVersionAsVersionName { get; set; }VersionName-typed view over the TargetVersion resource name property.
| Property Value | |
|---|---|
| Type | Description |
VersionName |
|