Class ProjectsResource.LocationsResource.AgentsResource.FlowsResource.VersionsResource.CompareVersionsRequest
Compares the specified base version with target version.
Inheritance
ProjectsResource.LocationsResource.AgentsResource.FlowsResource.VersionsResource.CompareVersionsRequest
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class ProjectsResource.LocationsResource.AgentsResource.FlowsResource.VersionsResource.CompareVersionsRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1CompareVersionsResponse>, IClientServiceRequest<GoogleCloudDialogflowCxV3beta1CompareVersionsResponse>, IClientServiceRequest
Constructors
CompareVersionsRequest(IClientService, GoogleCloudDialogflowCxV3beta1CompareVersionsRequest, string)
Constructs a new CompareVersions request.
Declaration
public CompareVersionsRequest(IClientService service, GoogleCloudDialogflowCxV3beta1CompareVersionsRequest body, string baseVersion)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudDialogflowCxV3beta1CompareVersionsRequest | body | |
string | baseVersion |
Properties
BaseVersion
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//locations//agents//flows//versions/
.
Declaration
[RequestParameter("baseVersion", RequestParameterType.Path)]
public virtual string BaseVersion { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes CompareVersions parameter list.
Declaration
protected override void InitParameters()
Overrides
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1CompareVersionsResponse>.InitParameters()