Class: Google::Cloud::DiscoveryEngine::V1beta::ConversationContext

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

Overview

Defines context of the conversation

Instance Attribute Summary collapse

Instance Attribute Details

#active_document::String

Returns The current active document the user opened. It contains the document resource reference.

Returns:

  • (::String)

    The current active document the user opened. It contains the document resource reference.



107
108
109
110
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 107

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

#context_documents::Array<::String>

Returns The current list of documents the user is seeing. It contains the document resource references.

Returns:

  • (::Array<::String>)

    The current list of documents the user is seeing. It contains the document resource references.



107
108
109
110
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 107

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