Google Cloud Dialogflow v2 API - Class UpdateGeneratorRequest (4.21.0)

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

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

Request of UpdateGenerator.

Inheritance

object > UpdateGeneratorRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

UpdateGeneratorRequest()

public UpdateGeneratorRequest()

UpdateGeneratorRequest(UpdateGeneratorRequest)

public UpdateGeneratorRequest(UpdateGeneratorRequest other)
Parameter
Name Description
other UpdateGeneratorRequest

Properties

Generator

public Generator Generator { get; set; }

Required. The generator to update. The name field of generator is to identify the generator to update.

Property Value
Type Description
Generator

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. The list of fields to update.

Property Value
Type Description
FieldMask