Show / Hide Table of Contents

Class GoogleCloudDialogflowV2SuggestionDedupingConfig

Config for suggestion deduping. NEXT_ID: 3

Inheritance
object
GoogleCloudDialogflowV2SuggestionDedupingConfig
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX