Class GoogleCloudDialogflowCxV3ListWebhooksResponse
Inheritance
GoogleCloudDialogflowCxV3ListWebhooksResponse
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3ListWebhooksResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
NextPageToken
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Webhooks
Declaration
[JsonProperty("webhooks")]
public virtual IList<GoogleCloudDialogflowCxV3Webhook> Webhooks { get; set; }
Property Value
Implements