Google Cloud Dialogflow v2beta1 API - Class UpdateToolRequest (1.0.0-beta24)

public sealed class UpdateToolRequest : IMessage<UpdateToolRequest>, IEquatable<UpdateToolRequest>, IDeepCloneable<UpdateToolRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class UpdateToolRequest.

Request of UpdateTool.

Inheritance

object > UpdateToolRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

UpdateToolRequest()

public UpdateToolRequest()

UpdateToolRequest(UpdateToolRequest)

public UpdateToolRequest(UpdateToolRequest other)
Parameter
Name Description
other UpdateToolRequest

Properties

Tool

public Tool Tool { get; set; }

Required. The tool to update. The name field of tool is to identify the tool to update.

Property Value
Type Description
Tool

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. The list of fields to update.

Property Value
Type Description
FieldMask