Retail v2 API - Class ListGenerativeQuestionConfigsRequest (2.12.0)

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.

Inheritance

object > ListGenerativeQuestionConfigsRequest

Namespace

Google.Cloud.Retail.V2

Assembly

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