public sealed class UpdateToolRequest : IMessage<UpdateToolRequest>, IEquatable<UpdateToolRequest>, IDeepCloneable<UpdateToolRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class UpdateToolRequest.
The request message for [Tools.UpdateTool][google.cloud.dialogflow.cx.v3.Tools.UpdateTool].
Implements
IMessageUpdateToolRequest, IEquatableUpdateToolRequest, IDeepCloneableUpdateToolRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.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 be updated.
| Property Value | |
|---|---|
| Type | Description |
Tool |
|
UpdateMask
public FieldMask UpdateMask { get; set; }The mask to control which fields get updated. If the mask is not present, all fields will be updated.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|