Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class DuplicateSuggestion.
The duplicate suggestion details.
Keeping answer_record and sources together as they are identifiers for duplicate suggestions.
Generated from protobuf message google.cloud.dialogflow.v2.AgentCoachingSuggestion.DuplicateCheckResult.DuplicateSuggestion
Namespace
Google \ Cloud \ Dialogflow \ V2 \ AgentCoachingSuggestion \ DuplicateCheckResultMethods
__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. |
↳ sources |
Google\Cloud\Dialogflow\V2\AgentCoachingSuggestion\Sources
Output only. Sources for the 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 |
|
getSources
Output only. Sources for the suggestion.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Dialogflow\V2\AgentCoachingSuggestion\Sources|null |
|
hasSources
clearSources
setSources
Output only. Sources for the suggestion.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Dialogflow\V2\AgentCoachingSuggestion\Sources
|
| 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 |
|