Retail v2 API - Class UpdateGenerativeQuestionConfigRequest (2.12.0)

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

Reference documentation and code samples for the Retail v2 API class UpdateGenerativeQuestionConfigRequest.

Request for UpdateGenerativeQuestionConfig method.

Inheritance

object > UpdateGenerativeQuestionConfigRequest

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

UpdateGenerativeQuestionConfigRequest()

public UpdateGenerativeQuestionConfigRequest()

UpdateGenerativeQuestionConfigRequest(UpdateGenerativeQuestionConfigRequest)

public UpdateGenerativeQuestionConfigRequest(UpdateGenerativeQuestionConfigRequest other)
Parameter
Name Description
other UpdateGenerativeQuestionConfigRequest

Properties

GenerativeQuestionConfig

public GenerativeQuestionConfig GenerativeQuestionConfig { get; set; }

Required. The question to update.

Property Value
Type Description
GenerativeQuestionConfig

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. Indicates which fields in the provided [GenerativeQuestionConfig][google.cloud.retail.v2.GenerativeQuestionConfig] to update. The following are NOT supported:

  • [GenerativeQuestionConfig.frequency][google.cloud.retail.v2.GenerativeQuestionConfig.frequency]

If not set or empty, all supported fields are updated.

Property Value
Type Description
FieldMask