Class: Google::Cloud::Ces::V1beta::Citations

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/ces/v1beta/session_service.rb

Overview

Citations associated with the agent response.

Defined Under Namespace

Classes: CitedChunk

Instance Attribute Summary collapse

Instance Attribute Details

#cited_chunks::Array<::Google::Cloud::Ces::V1beta::Citations::CitedChunk>

Returns List of cited pieces of information.

Returns:



196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
# File 'proto_docs/google/cloud/ces/v1beta/session_service.rb', line 196

class Citations
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Piece of cited information.
  # @!attribute [rw] uri
  #   @return [::String]
  #     URI used for citation.
  # @!attribute [rw] title
  #   @return [::String]
  #     Title of the cited document.
  # @!attribute [rw] text
  #   @return [::String]
  #     Text used for citation.
  class CitedChunk
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end