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.
| Parameters | |
|---|---|
| Name | Description |
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.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setEnableDeduping
Optional. Whether to enable suggestion deduping.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSimilarityThreshold
Optional. The threshold for similarity between two suggestions.
Acceptable value is [0.0, 1.0], default to 0.8
| Returns | |
|---|---|
| Type | Description |
float |
|
setSimilarityThreshold
Optional. The threshold for similarity between two suggestions.
Acceptable value is [0.0, 1.0], default to 0.8
| Parameter | |
|---|---|
| Name | Description |
var |
float
|
| Returns | |
|---|---|
| Type | Description |
$this |
|