Class GoogleCloudDialogflowV2CreateConversationModelEvaluationRequest
Inheritance
GoogleCloudDialogflowV2CreateConversationModelEvaluationRequest
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2CreateConversationModelEvaluationRequest : IDirectResponseSchema
Properties
ConversationModelEvaluation
Declaration
[JsonProperty("conversationModelEvaluation")]
public virtual GoogleCloudDialogflowV2ConversationModelEvaluation ConversationModelEvaluation { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Implements