Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CatalogsResource.GenerativeQuestionResource

The "generativeQuestion" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.CatalogsResource.GenerativeQuestionResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRetail.v2
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class ProjectsResource.LocationsResource.CatalogsResource.GenerativeQuestionResource

Constructors

GenerativeQuestionResource(IClientService)

Constructs a new resource.

Declaration
public GenerativeQuestionResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

BatchUpdate(GoogleCloudRetailV2BatchUpdateGenerativeQuestionConfigsRequest, string)

Allows management of multiple questions.

Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.GenerativeQuestionResource.BatchUpdateRequest BatchUpdate(GoogleCloudRetailV2BatchUpdateGenerativeQuestionConfigsRequest body, string parent)
Parameters
Type Name Description
GoogleCloudRetailV2BatchUpdateGenerativeQuestionConfigsRequest body

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.CatalogsResource.GenerativeQuestionResource.BatchUpdateRequest
In this article
Back to top Generated by DocFX