public sealed class BatchUpdateGenerativeQuestionConfigsRequest : IMessage<BatchUpdateGenerativeQuestionConfigsRequest>, IEquatable<BatchUpdateGenerativeQuestionConfigsRequest>, IDeepCloneable<BatchUpdateGenerativeQuestionConfigsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Retail v2 API class BatchUpdateGenerativeQuestionConfigsRequest.
Request for BatchUpdateGenerativeQuestionConfig method.
Implements
IMessageBatchUpdateGenerativeQuestionConfigsRequest, IEquatableBatchUpdateGenerativeQuestionConfigsRequest, IDeepCloneableBatchUpdateGenerativeQuestionConfigsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
BatchUpdateGenerativeQuestionConfigsRequest()
public BatchUpdateGenerativeQuestionConfigsRequest()BatchUpdateGenerativeQuestionConfigsRequest(BatchUpdateGenerativeQuestionConfigsRequest)
public BatchUpdateGenerativeQuestionConfigsRequest(BatchUpdateGenerativeQuestionConfigsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchUpdateGenerativeQuestionConfigsRequest |
Properties
Parent
public string Parent { get; set; }Optional. Resource name of the parent catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsCatalogName
public CatalogName ParentAsCatalogName { get; set; }CatalogName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
CatalogName |
|
Requests
public RepeatedField<UpdateGenerativeQuestionConfigRequest> Requests { get; }Required. The updates question configs.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldUpdateGenerativeQuestionConfigRequest |
|