Class GoogleCloudDialogflowV2ListConversationModelEvaluationsResponse
Inheritance
GoogleCloudDialogflowV2ListConversationModelEvaluationsResponse
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ListConversationModelEvaluationsResponse : IDirectResponseSchema
Properties
ConversationModelEvaluations
Declaration
[JsonProperty("conversationModelEvaluations")]
public virtual IList<GoogleCloudDialogflowV2ConversationModelEvaluation> ConversationModelEvaluations { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
NextPageToken
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Implements