Google Cloud Dialogflow v2 API - Class SetAgentRequest (4.18.0)

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

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

The request message for [Agents.SetAgent][google.cloud.dialogflow.v2.Agents.SetAgent].

Inheritance

object > SetAgentRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

SetAgentRequest()

public SetAgentRequest()

SetAgentRequest(SetAgentRequest)

public SetAgentRequest(SetAgentRequest other)
Parameter
NameDescription
otherSetAgentRequest

Properties

Agent

public Agent Agent { get; set; }

Required. The agent to update.

Property Value
TypeDescription
Agent

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. The mask to control which fields get updated.

Property Value
TypeDescription
FieldMask