public sealed class ListGenerativeQuestionConfigsRequest : IMessage<ListGenerativeQuestionConfigsRequest>, IEquatable<ListGenerativeQuestionConfigsRequest>, IDeepCloneable<ListGenerativeQuestionConfigsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class ListGenerativeQuestionConfigsRequest.
Request for ListQuestions method.
Implements
IMessageListGenerativeQuestionConfigsRequest, IEquatableListGenerativeQuestionConfigsRequest, IDeepCloneableListGenerativeQuestionConfigsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
ListGenerativeQuestionConfigsRequest()
public ListGenerativeQuestionConfigsRequest()
ListGenerativeQuestionConfigsRequest(ListGenerativeQuestionConfigsRequest)
public ListGenerativeQuestionConfigsRequest(ListGenerativeQuestionConfigsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListGenerativeQuestionConfigsRequest |
Properties
Parent
public string Parent { get; set; }
Required. 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 |