public sealed class UpdateToolRequest : IMessage<UpdateToolRequest>, IEquatable<UpdateToolRequest>, IDeepCloneable<UpdateToolRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class UpdateToolRequest.
Request of UpdateTool.
Implements
IMessageUpdateToolRequest, IEquatableUpdateToolRequest, IDeepCloneableUpdateToolRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
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 |
|