Class GoogleCloudDialogflowV2EnvironmentHistory
Inheritance
GoogleCloudDialogflowV2EnvironmentHistory
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2EnvironmentHistory : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Entries
Declaration
[JsonProperty("entries")]
public virtual IList<GoogleCloudDialogflowV2EnvironmentHistoryEntry> 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