public sealed class SmartReplyModelMetadata : IMessage<SmartReplyModelMetadata>, IEquatable<SmartReplyModelMetadata>, IDeepCloneable<SmartReplyModelMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2 API class SmartReplyModelMetadata.
Metadata for smart reply models.
Implements
IMessage<SmartReplyModelMetadata>, IEquatable<SmartReplyModelMetadata>, IDeepCloneable<SmartReplyModelMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
SmartReplyModelMetadata()
public SmartReplyModelMetadata()SmartReplyModelMetadata(SmartReplyModelMetadata)
public SmartReplyModelMetadata(SmartReplyModelMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
SmartReplyModelMetadata |
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 | |
|---|---|
| Type | Description |
ConversationModel.Types.ModelType |
|