public sealed class UpdateAgentRequest : IMessage<UpdateAgentRequest>, IEquatable<UpdateAgentRequest>, IDeepCloneable<UpdateAgentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class UpdateAgentRequest.
The request message for [Agents.UpdateAgent][google.cloud.dialogflow.cx.v3.Agents.UpdateAgent].
Implements
IMessageUpdateAgentRequest, IEquatableUpdateAgentRequest, IDeepCloneableUpdateAgentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
UpdateAgentRequest()
public UpdateAgentRequest()
UpdateAgentRequest(UpdateAgentRequest)
public UpdateAgentRequest(UpdateAgentRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateAgentRequest |
Properties
Agent
public Agent Agent { get; set; }
Required. The agent to update.
Property Value | |
---|---|
Type | Description |
Agent |
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 |