Class: Google::Cloud::DiscoveryEngine::V1beta::ConversationContext
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::ConversationContext
- 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
-
#active_document ⇒ ::String
The current active document the user opened.
-
#context_documents ⇒ ::Array<::String>
The current list of documents the user is seeing.
Instance Attribute Details
#active_document ⇒ ::String
Returns The current active document the user opened. It contains the document resource reference.
109 110 111 112 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 109 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.
109 110 111 112 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 109 class ConversationContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |