Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.WebhooksResource.GetRequest

Retrieves the specified webhook.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowCxV3Webhook>
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3Webhook>
ProjectsResource.LocationsResource.AgentsResource.WebhooksResource.GetRequest
Implements
IClientServiceRequest<GoogleCloudDialogflowCxV3Webhook>
IClientServiceRequest
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3Webhook>.Xgafv
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3Webhook>.AccessToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3Webhook>.Alt
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3Webhook>.Callback
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3Webhook>.Fields
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3Webhook>.Key
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3Webhook>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3Webhook>.PrettyPrint
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3Webhook>.QuotaUser
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3Webhook>.UploadType
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3Webhook>.UploadProtocol
ClientServiceRequest<GoogleCloudDialogflowCxV3Webhook>.Execute()
ClientServiceRequest<GoogleCloudDialogflowCxV3Webhook>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDialogflowCxV3Webhook>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDialogflowCxV3Webhook>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowCxV3Webhook>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDialogflowCxV3Webhook>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowCxV3Webhook>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDialogflowCxV3Webhook>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowCxV3Webhook>.GetBody()
ClientServiceRequest<GoogleCloudDialogflowCxV3Webhook>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDialogflowCxV3Webhook>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowCxV3Webhook>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowCxV3Webhook>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowCxV3Webhook>.ApiVersion
ClientServiceRequest<GoogleCloudDialogflowCxV3Webhook>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowCxV3Webhook>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class ProjectsResource.LocationsResource.AgentsResource.WebhooksResource.GetRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3Webhook>, IClientServiceRequest<GoogleCloudDialogflowCxV3Webhook>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowCxV3Webhook>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowCxV3Webhook>.MethodName

Name

Required. The name of the webhook. Format: projects//locations//agents//webhooks/.

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowCxV3Webhook>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3Webhook>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX