Class: Google::Cloud::Dialogflow::CX::V3::DataStoreConnectionSignals::CitedSnippet
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::DataStoreConnectionSignals::CitedSnippet
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb
Overview
Snippet cited by the answer generation model.
Instance Attribute Summary collapse
-
#search_snippet ⇒ ::Google::Cloud::Dialogflow::CX::V3::DataStoreConnectionSignals::SearchSnippet
Details of the snippet.
-
#snippet_index ⇒ ::Integer
Index of the snippet in
search_snippets
field.
Instance Attribute Details
#search_snippet ⇒ ::Google::Cloud::Dialogflow::CX::V3::DataStoreConnectionSignals::SearchSnippet
Returns Details of the snippet.
145 146 147 148 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb', line 145 class CitedSnippet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snippet_index ⇒ ::Integer
Returns Index of the snippet in search_snippets
field.
145 146 147 148 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb', line 145 class CitedSnippet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |