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

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

Search snippet details.

Instance Attribute Summary collapse

Instance Attribute Details

#document_title::String

Returns Title of the enclosing document.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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