Class DuplicateSuggestion (2.43.0)

DuplicateSuggestion(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The duplicate suggestion details. Keeping answer_record and sources together as they are identifiers for duplicate suggestions.

Attributes

Name Description
answer_record str
Output only. The answer record id of the past duplicate suggestion.
sources google.cloud.dialogflow_v2beta1.types.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.