Class ProjectsResource.AgentResource.UpdateFulfillmentRequest
Updates the fulfillment.
Inheritance
ProjectsResource.AgentResource.UpdateFulfillmentRequest
Inherited Members
Namespace: Google.Apis.Dialogflow.v2
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class ProjectsResource.AgentResource.UpdateFulfillmentRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowV2Fulfillment>, IClientServiceRequest<GoogleCloudDialogflowV2Fulfillment>, IClientServiceRequest
Constructors
UpdateFulfillmentRequest(IClientService, GoogleCloudDialogflowV2Fulfillment, string)
Constructs a new UpdateFulfillment request.
Declaration
public UpdateFulfillmentRequest(IClientService service, GoogleCloudDialogflowV2Fulfillment body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudDialogflowV2Fulfillment | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. The unique identifier of the fulfillment. Supported formats: -
projects//agent/fulfillment
- projects//locations//agent/fulfillment
This field is not used for
Fulfillment in an Environment.
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
UpdateMask
Required. The mask to control which fields get updated. If the mask is not present, all fields will be updated.
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes UpdateFulfillment parameter list.
Declaration
protected override void InitParameters()