public sealed class UpdateGenerativeQuestionConfigRequest : IMessage<UpdateGenerativeQuestionConfigRequest>, IEquatable<UpdateGenerativeQuestionConfigRequest>, IDeepCloneable<UpdateGenerativeQuestionConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Retail v2 API class UpdateGenerativeQuestionConfigRequest.
Request for UpdateGenerativeQuestionConfig method.
Implements
IMessageUpdateGenerativeQuestionConfigRequest, IEquatableUpdateGenerativeQuestionConfigRequest, IDeepCloneableUpdateGenerativeQuestionConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
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 |
|