Class: Google::Cloud::Dialogflow::CX::V3::DataStoreConnectionSignals::AnswerPart
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::DataStoreConnectionSignals::AnswerPart
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb
Overview
Answer part with citation.
Instance Attribute Summary collapse
-
#supporting_indices ⇒ ::Array<::Integer>
Citations for this answer part.
-
#text ⇒ ::String
Substring of the answer.
Instance Attribute Details
#supporting_indices ⇒ ::Array<::Integer>
Returns Citations for this answer part. Indices of search_snippets
.
133 134 135 136 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb', line 133 class AnswerPart include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text ⇒ ::String
Returns Substring of the answer.
133 134 135 136 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb', line 133 class AnswerPart include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |