Class ProjectsResource.LocationsResource.CatalogsResource.GetGenerativeQuestionFeatureRequest
Manages overal generative question feature state -- enables toggling feature on and off.
Inheritance
ProjectsResource.LocationsResource.CatalogsResource.GetGenerativeQuestionFeatureRequest
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class ProjectsResource.LocationsResource.CatalogsResource.GetGenerativeQuestionFeatureRequest : CloudRetailBaseServiceRequest<GoogleCloudRetailV2alphaGenerativeQuestionsFeatureConfig>, IClientServiceRequest<GoogleCloudRetailV2alphaGenerativeQuestionsFeatureConfig>, IClientServiceRequest
Constructors
GetGenerativeQuestionFeatureRequest(IClientService, string)
Constructs a new GetGenerativeQuestionFeature request.
Declaration
public GetGenerativeQuestionFeatureRequest(IClientService service, string catalog)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | catalog |
Properties
Catalog
Required. Resource name of the parent catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog}
Declaration
[RequestParameter("catalog", RequestParameterType.Path)]
public virtual string Catalog { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes GetGenerativeQuestionFeature parameter list.
Declaration
protected override void InitParameters()