Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.WebhooksResource

The "webhooks" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AgentsResource.WebhooksResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3beta1
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class ProjectsResource.LocationsResource.AgentsResource.WebhooksResource

Constructors

WebhooksResource(IClientService)

Constructs a new resource.

Declaration
public WebhooksResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(GoogleCloudDialogflowCxV3beta1Webhook, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.WebhooksResource.CreateRequest Create(GoogleCloudDialogflowCxV3beta1Webhook body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1Webhook body

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.WebhooksResource.CreateRequest

Delete(string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.WebhooksResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.WebhooksResource.DeleteRequest

Get(string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.WebhooksResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.WebhooksResource.GetRequest

List(string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.WebhooksResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.WebhooksResource.ListRequest

Patch(GoogleCloudDialogflowCxV3beta1Webhook, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.WebhooksResource.PatchRequest Patch(GoogleCloudDialogflowCxV3beta1Webhook body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1Webhook body

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.WebhooksResource.PatchRequest
In this article
Back to top Generated by DocFX