Show / Hide Table of Contents

Class GoogleCloudRetailV2betaUpdateGenerativeQuestionConfigRequest

Request for UpdateGenerativeQuestionConfig method.

Inheritance
object
GoogleCloudRetailV2betaUpdateGenerativeQuestionConfigRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaUpdateGenerativeQuestionConfigRequest : 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 GoogleCloudRetailV2betaGenerativeQuestionConfig GenerativeQuestionConfig { get; set; }
Property Value
Type Description
GoogleCloudRetailV2betaGenerativeQuestionConfig

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX