Class GoogleCloudRetailV2betaIntentClassificationConfigInlineForceIntent
An inline force intent classification configuration.
Implements
Inherited Members
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 |