Google Cloud Dialogflow v2beta1 API - Class SetAgentRequest (1.0.0-beta15)

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

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

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

Inheritance

object > SetAgentRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

SetAgentRequest()

public SetAgentRequest()

SetAgentRequest(SetAgentRequest)

public SetAgentRequest(SetAgentRequest other)
Parameter
Name Description
other SetAgentRequest

Properties

Agent

public Agent Agent { get; set; }

Required. The agent to update.

Property Value
Type Description
Agent

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. The mask to control which fields get updated.

Property Value
Type Description
FieldMask