Class GoogleCloudRetailV2betaBatchUpdateGenerativeQuestionConfigsResponse
Aggregated response for UpdateGenerativeQuestionConfig method.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaBatchUpdateGenerativeQuestionConfigsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GenerativeQuestionConfigs
Optional. The updates question configs.
Declaration
[JsonProperty("generativeQuestionConfigs")]
public virtual IList<GoogleCloudRetailV2betaGenerativeQuestionConfig> GenerativeQuestionConfigs { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRetailV2betaGenerativeQuestionConfig> |