Class: Google::Cloud::Dialogflow::V2::SmartReplyAnswer

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

Overview

Represents a smart reply answer.

Instance Attribute Summary collapse

Instance Attribute Details

#answer_record::String

Returns The name of answer record, in the format of "projects//locations//answerRecords/".

Returns:

  • (::String)

    The name of answer record, in the format of "projects//locations//answerRecords/"



859
860
861
862
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 859

class SmartReplyAnswer
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#confidence::Float

Returns Smart reply confidence. The system's confidence score that this reply is a good match for this conversation, as a value from 0.0 (completely uncertain) to 1.0 (completely certain).

Returns:

  • (::Float)

    Smart reply confidence. The system's confidence score that this reply is a good match for this conversation, as a value from 0.0 (completely uncertain) to 1.0 (completely certain).



859
860
861
862
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 859

class SmartReplyAnswer
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#reply::String

Returns The content of the reply.

Returns:

  • (::String)

    The content of the reply.



859
860
861
862
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 859

class SmartReplyAnswer
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end