Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::ConversationContext.
Defines context of the conversation
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#active_document
def active_document() -> ::String
Returns
- (::String) — The current active document the user opened. It contains the document resource reference.
#active_document=
def active_document=(value) -> ::String
Parameter
- value (::String) — 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.
#context_documents
def context_documents() -> ::Array<::String>
Returns
- (::Array<::String>) — The current list of documents the user is seeing. It contains the document resource references.
#context_documents=
def context_documents=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — 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.