Show / Hide Table of Contents

Class GoogleCloudRetailV2betaIntentClassificationConfigInlineForceIntent

An inline force intent classification configuration.

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

Properties

ETag

The ETag of the item.

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

IntentType

Optional. The intent_type must match one of the predefined intent types defined at https://cloud.google.com/retail/docs/reference/rpc/google.cloud.retail.v2alpha#querytype

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

Operation

Optional. The operation to perform for the query.

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

Query

Optional. A example query.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX