Class: Google::Cloud::Dialogflow::V2::KnowledgeAssistAnswer::KnowledgeAnswer::GenerativeSource::Snippet
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::KnowledgeAssistAnswer::KnowledgeAnswer::GenerativeSource::Snippet
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/participant.rb
Overview
Snippet Source for a Generative Prediction.
Instance Attribute Summary collapse
-
#text ⇒ ::String
Text taken from that URI.
-
#title ⇒ ::String
Title of the document.
-
#uri ⇒ ::String
URI the data is sourced from.
Instance Attribute Details
#text ⇒ ::String
Returns Text taken from that URI.
1150 1151 1152 1153 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 1150 class Snippet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |