Retail v2 API - Class GetGenerativeQuestionsFeatureConfigRequest (2.12.0)

public sealed class GetGenerativeQuestionsFeatureConfigRequest : IMessage<GetGenerativeQuestionsFeatureConfigRequest>, IEquatable<GetGenerativeQuestionsFeatureConfigRequest>, IDeepCloneable<GetGenerativeQuestionsFeatureConfigRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Retail v2 API class GetGenerativeQuestionsFeatureConfigRequest.

Request for GetGenerativeQuestionsFeatureConfig method.

Inheritance

object > GetGenerativeQuestionsFeatureConfigRequest

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

GetGenerativeQuestionsFeatureConfigRequest()

public GetGenerativeQuestionsFeatureConfigRequest()

GetGenerativeQuestionsFeatureConfigRequest(GetGenerativeQuestionsFeatureConfigRequest)

public GetGenerativeQuestionsFeatureConfigRequest(GetGenerativeQuestionsFeatureConfigRequest other)
Parameter
Name Description
other GetGenerativeQuestionsFeatureConfigRequest

Properties

Catalog

public string Catalog { get; set; }

Required. Resource name of the parent catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog}

Property Value
Type Description
string

CatalogAsCatalogName

public CatalogName CatalogAsCatalogName { get; set; }

CatalogName-typed view over the Catalog resource name property.

Property Value
Type Description
CatalogName