Class GoogleCloudDialogflowCxV3beta1ListEnvironmentsResponse
Inheritance
GoogleCloudDialogflowCxV3beta1ListEnvironmentsResponse
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ListEnvironmentsResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Environments
Declaration
[JsonProperty("environments")]
public virtual IList<GoogleCloudDialogflowCxV3beta1Environment> Environments { get; set; }
Property Value
NextPageToken
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Implements