Class GoogleCloudRetailV2UpdateGenerativeQuestionConfigRequest
Request for UpdateGenerativeQuestionConfig method.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2.Data
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class GoogleCloudRetailV2UpdateGenerativeQuestionConfigRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GenerativeQuestionConfig
Required. The question to update.
Declaration
[JsonProperty("generativeQuestionConfig")]
public virtual GoogleCloudRetailV2GenerativeQuestionConfig GenerativeQuestionConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRetailV2GenerativeQuestionConfig |
UpdateMask
Optional. Indicates which fields in the provided GenerativeQuestionConfig to update. The following are NOT supported: * GenerativeQuestionConfig.frequency If not set or empty, all supported fields are updated.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |