Class ProjectsResource.LocationsResource.CatalogsResource.GetConversationalSearchCustomizationConfigRequest
Returns the conversational search customization config for a given catalog.
Inheritance
ProjectsResource.LocationsResource.CatalogsResource.GetConversationalSearchCustomizationConfigRequest
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2beta
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class ProjectsResource.LocationsResource.CatalogsResource.GetConversationalSearchCustomizationConfigRequest : CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaConversationalSearchCustomizationConfig>, IClientServiceRequest<GoogleCloudRetailV2betaConversationalSearchCustomizationConfig>, IClientServiceRequest
Constructors
GetConversationalSearchCustomizationConfigRequest(IClientService, string)
Constructs a new GetConversationalSearchCustomizationConfig request.
Declaration
public GetConversationalSearchCustomizationConfigRequest(IClientService service, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | name |
Properties
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
Name
Required. Resource name of the parent catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes GetConversationalSearchCustomizationConfig parameter list.
Declaration
protected override void InitParameters()