class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ConversationContext

Defines context of the conversation

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @active_document = args[:active_document] if args.key?(:active_document)
  @context_documents = args[:context_documents] if args.key?(:context_documents)
end