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
-
#metadata ⇒ ::Google::Protobuf::Struct
Metadata of the document.
-
#text ⇒ ::String
Text taken from that URI.
-
#title ⇒ ::String
Title of the document.
-
#uri ⇒ ::String
URI the data is sourced from.
Instance Attribute Details
#metadata ⇒ ::Google::Protobuf::Struct
Returns Metadata of the document.
1153 1154 1155 1156 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 1153 class Snippet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text ⇒ ::String
Returns Text taken from that URI.
1153 1154 1155 1156 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 1153 class Snippet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |