Class: Google::Cloud::Dialogflow::CX::V3::DataStoreConnectionSignals::SearchSnippet
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::DataStoreConnectionSignals::SearchSnippet
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb
Overview
Search snippet details.
Instance Attribute Summary collapse
-
#document_title ⇒ ::String
Title of the enclosing document.
-
#document_uri ⇒ ::String
Uri for the document.
-
#text ⇒ ::String
Text included in the prompt.
Instance Attribute Details
#document_title ⇒ ::String
Returns Title of the enclosing document.
105 106 107 108 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb', line 105 class SearchSnippet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#document_uri ⇒ ::String
Returns Uri for the document. Present if specified for the document.
105 106 107 108 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb', line 105 class SearchSnippet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text ⇒ ::String
Returns Text included in the prompt.
105 106 107 108 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb', line 105 class SearchSnippet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |