Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class DuplicateCheckResult.
Duplication check for the suggestion.
Generated from protobuf message google.cloud.dialogflow.v2.AgentCoachingSuggestion.DuplicateCheckResult
Namespace
Google \ Cloud \ Dialogflow \ V2 \ AgentCoachingSuggestionMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ duplicate_suggestions |
array<DuplicateCheckResult\DuplicateSuggestion>
Output only. The duplicate suggestions. |
getDuplicateSuggestions
Output only. The duplicate suggestions.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setDuplicateSuggestions
Output only. The duplicate suggestions.
| Parameter | |
|---|---|
| Name | Description |
var |
array<DuplicateCheckResult\DuplicateSuggestion>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|