Class GoogleCloudDialogflowV2beta1EnvironmentHistory
Inheritance
GoogleCloudDialogflowV2beta1EnvironmentHistory
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1EnvironmentHistory : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Entries
Declaration
[JsonProperty("entries")]
public virtual IList<GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry> Entries { get; set; }
Property Value
NextPageToken
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Parent
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Implements