Google Cloud Dialogflow v2 API - Class UpdateToolRequest (4.28.0)

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

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

Request of UpdateTool.

Inheritance

object > UpdateToolRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.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