Show / Hide Table of Contents

Class ProjectsResource.AgentResource.GetFulfillmentRequest

Retrieves the fulfillment.

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

MethodName

Gets the method name.

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

Name

Required. The name of the fulfillment. Format: projects//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<GoogleCloudDialogflowV2Fulfillment>.RestPath

Methods

InitParameters()

Initializes GetFulfillment parameter list.

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

Implements

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