Class CreateVersionRequest (1.5.0)

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

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

Inheritance

Object > CreateVersionRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

CreateVersionRequest()

public CreateVersionRequest()

CreateVersionRequest(CreateVersionRequest)

public CreateVersionRequest(CreateVersionRequest other)
Parameter
Name Description
other CreateVersionRequest

Properties

Parent

public string Parent { get; set; }

Required. The [Flow][google.cloud.dialogflow.cx.v3.Flow] to create an [Version][google.cloud.dialogflow.cx.v3.Version] for. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>/flows/&lt;Flow ID>.

Property Value
Type Description
String

ParentAsFlowName

public FlowName ParentAsFlowName { get; set; }

FlowName-typed view over the Parent resource name property.

Property Value
Type Description
FlowName

Version

public Version Version { get; set; }

Required. The version to create.

Property Value
Type Description
Version

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.