Class GoogleCloudDialogflowV2SuggestionDedupingConfig
Config for suggestion deduping. NEXT_ID: 3
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SuggestionDedupingConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EnableDeduping
Optional. Whether to enable suggestion deduping.
Declaration
[JsonProperty("enableDeduping")]
public virtual bool? EnableDeduping { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SimilarityThreshold
Optional. The threshold for similarity between two suggestions. Acceptable value is [0.0, 1.0], default to 0.8
Declaration
[JsonProperty("similarityThreshold")]
public virtual float? SimilarityThreshold { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |