Class GoogleCloudDialogflowCxV3ListDeploymentsResponse
Inheritance
GoogleCloudDialogflowCxV3ListDeploymentsResponse
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3ListDeploymentsResponse : IDirectResponseSchema
Properties
Deployments
Declaration
[JsonProperty("deployments")]
public virtual IList<GoogleCloudDialogflowCxV3Deployment> Deployments { 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