Class: Google::Cloud::Dialogflow::V2::AgentCoachingInstruction::DuplicateCheckResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/agent_coaching_instruction.rb

Overview

Duplication check for the suggestion.

Defined Under Namespace

Classes: DuplicateSuggestion

Instance Attribute Summary collapse

Instance Attribute Details

#duplicate_suggestions::Array<::Google::Cloud::Dialogflow::V2::AgentCoachingInstruction::DuplicateCheckResult::DuplicateSuggestion> (readonly)

Returns Output only. The duplicate suggestions.



63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# File 'proto_docs/google/cloud/dialogflow/v2/agent_coaching_instruction.rb', line 63

class DuplicateCheckResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The duplicate suggestion details.
  # @!attribute [r] answer_record
  #   @return [::String]
  #     Output only. The answer record id of the past duplicate suggestion.
  # @!attribute [r] suggestion_index
  #   @return [::Integer]
  #     Output only. The index of the duplicate suggestion in the past
  #     suggestion list.
  # @!attribute [r] similarity_score
  #   @return [::Float]
  #     Output only. The similarity score of between the past and current
  #     suggestion.
  class DuplicateSuggestion
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end