Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SuggestionDedupingConfig.
Config for suggestion deduping.
NEXT_ID: 3
Generated from protobuf message google.cloud.dialogflow.v2.SuggestionDedupingConfig
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ enable_deduping
bool
Optional. Whether to enable suggestion deduping.
↳ similarity_threshold
float
Optional. The threshold for similarity between two suggestions. Acceptable value is [0.0, 1.0], default to 0.8
getEnableDeduping
Optional. Whether to enable suggestion deduping.
bool
setEnableDeduping
Optional. Whether to enable suggestion deduping.
var
bool
$this
getSimilarityThreshold
Optional. The threshold for similarity between two suggestions.
Acceptable value is [0.0, 1.0], default to 0.8
float
setSimilarityThreshold
Optional. The threshold for similarity between two suggestions.
Acceptable value is [0.0, 1.0], default to 0.8
var
float
$this

