Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentResource.GetFulfillmentRequest

Retrieves the fulfillment.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>
ProjectsResource.LocationsResource.AgentResource.GetFulfillmentRequest
Implements
IClientServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>
IClientServiceRequest
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.Xgafv
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.AccessToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.Alt
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.Callback
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.Fields
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.Key
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.PrettyPrint
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.QuotaUser
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.UploadType
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.UploadProtocol
ClientServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.Execute()
ClientServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.GetBody()
ClientServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.ApiVersion
ClientServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>.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.v2beta1
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class ProjectsResource.LocationsResource.AgentResource.GetFulfillmentRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>, IClientServiceRequest<GoogleCloudDialogflowV2beta1Fulfillment>, IClientServiceRequest

Constructors

GetFulfillmentRequest(IClientService, string)

Constructs a new GetFulfillment request.

Declaration
public GetFulfillmentRequest(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<GoogleCloudDialogflowV2beta1Fulfillment>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The name of the fulfillment. Supported formats: - projects//agent/fulfillment - projects//locations//agent/fulfillment

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<GoogleCloudDialogflowV2beta1Fulfillment>.RestPath

Methods

InitParameters()

Initializes GetFulfillment parameter list.

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

Implements

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