Class: Google::Cloud::Dialogflow::CX::V3::DataStoreConnectionSignals::AnswerPart

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#supporting_indices::Array<::Integer>

Returns Citations for this answer part. Indices of search_snippets.

Returns:

  • (::Array<::Integer>)

    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.

Returns:

  • (::String)

    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