Class VersionVariants (1.0.0)

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

A list of flow version variants.

Inheritance

System.Object > VersionVariants

Implements

Google.Protobuf.IMessage<VersionVariants>, System.IEquatable<VersionVariants>, Google.Protobuf.IDeepCloneable<VersionVariants>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

VersionVariants()

public VersionVariants()

VersionVariants(VersionVariants)

public VersionVariants(VersionVariants other)
Parameter
NameDescription
otherVersionVariants

Properties

Variants

public RepeatedField<VersionVariants.Types.Variant> Variants { get; }

A list of flow version variants.

Property Value
TypeDescription
Google.Protobuf.Collections.RepeatedField<VersionVariants.Types.Variant>