Google Cloud Dialogflow V2 Client - Class DuplicateSuggestion (2.3.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class DuplicateSuggestion.

The duplicate suggestion details.

Generated from protobuf message google.cloud.dialogflow.v2.AgentCoachingInstruction.DuplicateCheckResult.DuplicateSuggestion

Namespace

Google \ Cloud \ Dialogflow \ V2 \ AgentCoachingInstruction \ DuplicateCheckResult

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ answer_record string

Output only. The answer record id of the past duplicate suggestion.

↳ suggestion_index int

Output only. The index of the duplicate suggestion in the past suggestion list.

↳ similarity_score float

Output only. The similarity score of between the past and current suggestion.

getAnswerRecord

Output only. The answer record id of the past duplicate suggestion.

Returns
Type Description
string

setAnswerRecord

Output only. The answer record id of the past duplicate suggestion.

Parameter
Name Description
var string
Returns
Type Description
$this

getSuggestionIndex

Output only. The index of the duplicate suggestion in the past suggestion list.

Returns
Type Description
int

setSuggestionIndex

Output only. The index of the duplicate suggestion in the past suggestion list.

Parameter
Name Description
var int
Returns
Type Description
$this

getSimilarityScore

Output only. The similarity score of between the past and current suggestion.

Returns
Type Description
float

setSimilarityScore

Output only. The similarity score of between the past and current suggestion.

Parameter
Name Description
var float
Returns
Type Description
$this