Class GoogleCloudDialogflowV2ListConversationModelsResponse
Inheritance
GoogleCloudDialogflowV2ListConversationModelsResponse
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ListConversationModelsResponse : IDirectResponseSchema
Properties
ConversationModels
Declaration
[JsonProperty("conversationModels")]
public virtual IList<GoogleCloudDialogflowV2ConversationModel> ConversationModels { 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