Class ProjectsResource.AgentResource.EntityTypesResource.PatchRequest
Inheritance
ProjectsResource.AgentResource.EntityTypesResource.PatchRequest
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class ProjectsResource.AgentResource.EntityTypesResource.PatchRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowV2EntityType>, IClientServiceRequest<GoogleCloudDialogflowV2EntityType>, IClientServiceRequest
Constructors
PatchRequest(IClientService, GoogleCloudDialogflowV2EntityType, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, GoogleCloudDialogflowV2EntityType body, string name)
Parameters
Properties
HttpMethod
Declaration
public override string HttpMethod { get; }
Property Value
Overrides
LanguageCode
Declaration
[RequestParameter("languageCode", RequestParameterType.Query)]
public virtual string LanguageCode { get; set; }
Property Value
MethodName
Declaration
public override string MethodName { get; }
Property Value
Overrides
Name
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
RestPath
Declaration
public override string RestPath { get; }
Property Value
Overrides
UpdateMask
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Overrides
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()
Overrides
Implements