Class SmartReplyModelMetadata (3.11.0)

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

Metadata for smart reply models.

Inheritance

Object > SmartReplyModelMetadata

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

SmartReplyModelMetadata()

public SmartReplyModelMetadata()

SmartReplyModelMetadata(SmartReplyModelMetadata)

public SmartReplyModelMetadata(SmartReplyModelMetadata other)
Parameter
NameDescription
otherSmartReplyModelMetadata

Properties

TrainingModelType

public ConversationModel.Types.ModelType TrainingModelType { get; set; }

Optional. Type of the smart reply model. If not provided, model_type is used.

Property Value
TypeDescription
ConversationModel.Types.ModelType