public sealed class VersionVariants : IMessage<VersionVariants>, IEquatable<VersionVariants>, IDeepCloneable<VersionVariants>, IBufferMessage, IMessage
A list of flow version variants.
Inheritance
System.Object > VersionVariantsImplements
Google.Protobuf.IMessage<VersionVariants>, System.IEquatable<VersionVariants>, Google.Protobuf.IDeepCloneable<VersionVariants>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
VersionVariants()
public VersionVariants()
VersionVariants(VersionVariants)
public VersionVariants(VersionVariants other)
Parameter | |
---|---|
Name | Description |
other | VersionVariants |
Properties
Variants
public RepeatedField<VersionVariants.Types.Variant> Variants { get; }
A list of flow version variants.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.Collections.RepeatedField<VersionVariants.Types.Variant> |