public sealed class ConversationModelEvaluation : IMessage<ConversationModelEvaluation>, IEquatable<ConversationModelEvaluation>, IDeepCloneable<ConversationModelEvaluation>, IBufferMessage, IMessageRepresents evaluation result of a conversation model.
Inheritance
System.Object > ConversationModelEvaluationImplements
IMessage<ConversationModelEvaluation>, IEquatable<ConversationModelEvaluation>, IDeepCloneable<ConversationModelEvaluation>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
ConversationModelEvaluation()
public ConversationModelEvaluation()ConversationModelEvaluation(ConversationModelEvaluation)
public ConversationModelEvaluation(ConversationModelEvaluation other)| Parameter | |
|---|---|
| Name | Description |
other |
ConversationModelEvaluation |
Properties
ConversationModelEvaluationName
public ConversationModelEvaluationName ConversationModelEvaluationName { get; set; }ConversationModelEvaluationName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ConversationModelEvaluationName |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. Creation time of this model.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DisplayName
public string DisplayName { get; set; }Optional. The display name of the model evaluation. At most 64 bytes long.
| Property Value | |
|---|---|
| Type | Description |
String |
|
EvaluationConfig
public EvaluationConfig EvaluationConfig { get; set; }Optional. The configuration of the evaluation task.
| Property Value | |
|---|---|
| Type | Description |
EvaluationConfig |
|
MetricsCase
public ConversationModelEvaluation.MetricsOneofCase MetricsCase { get; }| Property Value | |
|---|---|
| Type | Description |
ConversationModelEvaluation.MetricsOneofCase |
|
Name
public string Name { get; set; }The resource name of the evaluation. Format:
projects/{Project ID}/conversationModels/{Conversation Model
ID>/evaluations/<Evaluation ID>
| Property Value | |
|---|---|
| Type | Description |
String |
|
SmartReplyMetrics
public SmartReplyMetrics SmartReplyMetrics { get; set; }Output only. Only available when model is for smart reply.
| Property Value | |
|---|---|
| Type | Description |
SmartReplyMetrics |
|