Show / Hide Table of Contents

Class GoogleCloudRetailV2alphaConversationalSearchRequestSearchParams

Search parameters.

Inheritance
object
GoogleCloudRetailV2alphaConversationalSearchRequestSearchParams
Implements
IDirectResponseSchema
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.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaConversationalSearchRequestSearchParams : IDirectResponseSchema

Properties

BoostSpec

Optional. The boost spec to specify the boosting of search results. The syntax of the boost spec is the same as SearchRequest.boost_spec.

Declaration
[JsonProperty("boostSpec")]
public virtual GoogleCloudRetailV2alphaSearchRequestBoostSpec BoostSpec { get; set; }
Property Value
Type Description
GoogleCloudRetailV2alphaSearchRequestBoostSpec

CanonicalFilter

Optional. The canonical filter string to restrict search results. The syntax of the canonical filter string is the same as SearchRequest.canonical_filter.

Declaration
[JsonProperty("canonicalFilter")]
public virtual string CanonicalFilter { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Filter

Optional. The filter string to restrict search results. The syntax of the filter string is the same as SearchRequest.filter.

Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
Type Description
string

SortBy

Optional. The sort string to specify the sorting of search results. The syntax of the sort string is the same as SearchRequest.sort.

Declaration
[JsonProperty("sortBy")]
public virtual string SortBy { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX