Class: Google::Cloud::Dialogflow::V2::KnowledgeAssistAnswer::KnowledgeAnswer::GenerativeSource::Snippet

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/participant.rb

Overview

Snippet Source for a Generative Prediction.

Instance Attribute Summary collapse

Instance Attribute Details

#text::String

Returns Text taken from that URI.

Returns:

  • (::String)

    Text taken from that URI.



1150
1151
1152
1153
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 1150

class Snippet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#title::String

Returns Title of the document.

Returns:

  • (::String)

    Title of the document.



1150
1151
1152
1153
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 1150

class Snippet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uri::String

Returns URI the data is sourced from.

Returns:

  • (::String)

    URI the data is sourced from.



1150
1151
1152
1153
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 1150

class Snippet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end