Class: Google::Cloud::Dialogflow::V2::SmartReplyAnswer
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::SmartReplyAnswer
- 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
-
#answer_record ⇒ ::String
The name of answer record, in the format of "projects/
/locations/ /answerRecords/ ". -
#confidence ⇒ ::Float
Smart reply confidence.
-
#reply ⇒ ::String
The content of the reply.
Instance Attribute Details
#answer_record ⇒ ::String
Returns The name of answer record, in the format of
"projects/
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).
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.
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 |