Class: Google::Cloud::Dialogflow::V2::SearchKnowledgeAnswer::AnswerSource
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::SearchKnowledgeAnswer::AnswerSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation.rb
Overview
The sources of the answers.
Instance Attribute Summary collapse
-
#snippet ⇒ ::String
The relevant snippet of the article.
-
#title ⇒ ::String
The title of the article.
-
#uri ⇒ ::String
The URI of the article.
Instance Attribute Details
#snippet ⇒ ::String
Returns The relevant snippet of the article.
548 549 550 551 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 548 class AnswerSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#title ⇒ ::String
Returns The title of the article.
548 549 550 551 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 548 class AnswerSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns The URI of the article.
548 549 550 551 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 548 class AnswerSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |