Google Cloud Dialogflow V2 Client - Class DuplicateCheckResult (2.3.0)

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.AgentCoachingInstruction.DuplicateCheckResult

Namespace

Google \ Cloud \ Dialogflow \ V2 \ AgentCoachingInstruction

Methods

__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